We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f77b57 commit 2d46b62Copy full SHA for 2d46b62
package.json
@@ -2,7 +2,7 @@
2
"name": "grunt-concat-json",
3
"homepage": "http://github.com/SpringRoll/grunt-concat-json",
4
"description": "Grunt Task for Merging Multiple JSON Files",
5
- "version": "0.0.7",
+ "version": "0.0.8",
6
"license": "MIT",
7
"author": {
8
"name": "Matte Szklarz",
@@ -30,8 +30,8 @@
30
"grunt": "~0.4.5"
31
},
32
"dependencies": {
33
- "chalk": "~1.0.0",
34
- "strip-json-comments": "~1.0.1",
+ "chalk": "~1.1.0",
+ "strip-json-comments": "~1.0.2",
35
"jsonlint": "~1.6.2"
36
37
"engines": {
@@ -41,4 +41,4 @@
41
"test": "grunt test --verbose"
42
43
"readmeFilename": "README.md"
44
-}
+}
0 commit comments