Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
Merge pull request #10 from PrisisForks/master
Browse files Browse the repository at this point in the history
Added keys to bower.json and package.json and new file sache.json
  • Loading branch information
prisis committed Jul 5, 2015
2 parents 143d239 + 09561ce commit c5692ec
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 deletions.
13 changes: 11 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growcss-sass-config-manager",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "http://growcss.com/",
"authors": [
"Daniel Bannert <d.bannert@anolilab.de>"
Expand All @@ -12,7 +12,16 @@
],
"keywords": [
"grunt",
"bower"
"bower",
"sass",
"scss",
"development",
"dev",
"config",
"settings",
"manager",
"map",
"library"
],
"license": "MIT",
"main": [
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "growcss-sass-config-manager",
"version": "2.0.2",
"version": "2.0.3",
"description": "A dot-syntax configuration (Map) library for Sass (mixin / function).",
"author": {
"name": "Daniel Bannert",
Expand Down Expand Up @@ -35,7 +35,7 @@
"grunt-bump": "^0.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.13.0",
"grunt-mocha-cli": "^1.13.1",
"grunt-newer": "^1.1.1",
"grunt-sass-import": "^0.1.0",
"grunt-scss-lint": "^0.3.6",
Expand All @@ -50,13 +50,14 @@
"keywords": [
"grunt",
"bower",
"bin",
"front-end",
"sass",
"scss",
"development",
"dev",
"build",
"generator",
"generate",
"tool"
"config",
"settings",
"manager",
"map",
"library"
]
}
11 changes: 11 additions & 0 deletions sache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "growcss-sass-config-manager",
"description": "A dot-syntax configuration (Map) library for Sass (mixin / function).",
"tags": [
"config",
"settings",
"manager",
"map",
"library"
]
}

0 comments on commit c5692ec

Please sign in to comment.