Skip to content

Commit

Permalink
Added sache.json, updated tweaked bower/package.json templates
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Dec 2, 2014
1 parent 2dd3760 commit f704a83
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 14 deletions.
8 changes: 4 additions & 4 deletions bower.json
@@ -1,12 +1,12 @@
{
"name": "sass-material-colors",
"description": "Google's Material Design colors for Sass/Scss",
"version": "0.0.5",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": "https://github.com/minusfive/sass-material-colors.git",
"description": "Google's Material Design color palette for Sass/Scss",
"authors": [
"minusfive <mail@minusfive.com>"
],
"version": "0.0.5",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": "https://github.com/minusfive/sass-material-colors.git",
"main": "sass/_sass-material-colors.scss",
"keywords": [
"sass",
Expand Down
8 changes: 4 additions & 4 deletions lib/templates/bower.json.template
@@ -1,12 +1,12 @@
{
"name": "sass-material-colors",
"description": "Google's Material Design colors for Sass/Scss",
"version": "VERSION_PLACEHOLDER",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": "https://github.com/minusfive/sass-material-colors.git",
"description": "Google's Material Design color palette for Sass/Scss",
"authors": [
"minusfive <mail@minusfive.com>"
],
"version": "VERSION_PLACEHOLDER",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": "https://github.com/minusfive/sass-material-colors.git",
"main": "sass/_sass-material-colors.scss",
"keywords": [
"sass",
Expand Down
6 changes: 3 additions & 3 deletions lib/templates/package.json.template
@@ -1,14 +1,14 @@
{
"name": "sass-material-colors",
"version": "VERSION_PLACEHOLDER",
"description": "Google's Material Design colors for Sass/Scss",
"description": "Google's Material Design color palette for Sass/Scss",
"author": "minusfive <mail@minusfive.com>",
"main": "sass/_sass-material-colors.scss",
"version": "VERSION_PLACEHOLDER",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": {
"type": "git",
"url": "https://github.com/minusfive/sass-material-colors.git"
},
"main": "sass/_sass-material-colors.scss",
"bugs": {
"url": "https://github.com/minusfive/sass-material-colors/issues"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "sass-material-colors",
"version": "0.0.5",
"description": "Google's Material Design colors for Sass/Scss",
"description": "Google's Material Design color palette for Sass/Scss",
"author": "minusfive <mail@minusfive.com>",
"main": "sass/_sass-material-colors.scss",
"version": "0.0.5",
"homepage": "https://github.com/minusfive/sass-material-colors",
"repository": {
"type": "git",
"url": "https://github.com/minusfive/sass-material-colors.git"
},
"main": "sass/_sass-material-colors.scss",
"bugs": {
"url": "https://github.com/minusfive/sass-material-colors/issues"
},
Expand Down
14 changes: 14 additions & 0 deletions sache.json
@@ -0,0 +1,14 @@
{
"name": "sass-material-colors",
"description": "Google's Material Design color palette for Sass/Scss",
"tags": [
"material",
"design",
"colors",
"palette",
"function",
"placeholders",
"extensions",
"classes"
]
}

0 comments on commit f704a83

Please sign in to comment.