Skip to content

Commit 2d46b62

Browse files
author
Matt Karl
committed
Updated dependencies, bumped version
1 parent 7f77b57 commit 2d46b62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "grunt-concat-json",
33
"homepage": "http://github.com/SpringRoll/grunt-concat-json",
44
"description": "Grunt Task for Merging Multiple JSON Files",
5-
"version": "0.0.7",
5+
"version": "0.0.8",
66
"license": "MIT",
77
"author": {
88
"name": "Matte Szklarz",
@@ -30,8 +30,8 @@
3030
"grunt": "~0.4.5"
3131
},
3232
"dependencies": {
33-
"chalk": "~1.0.0",
34-
"strip-json-comments": "~1.0.1",
33+
"chalk": "~1.1.0",
34+
"strip-json-comments": "~1.0.2",
3535
"jsonlint": "~1.6.2"
3636
},
3737
"engines": {
@@ -41,4 +41,4 @@
4141
"test": "grunt test --verbose"
4242
},
4343
"readmeFilename": "README.md"
44-
}
44+
}

0 commit comments

Comments
 (0)