Skip to content

Commit 6ba1688

Browse files
committed
Update package.json
1 parent e4b8ed1 commit 6ba1688

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"gruntplugin",
77
"optimize",
88
"rev",
9-
"minify"
9+
"revision",
10+
"minify",
11+
"assets"
1012
],
11-
"homepage": "https://github.com/yeoman/grunt-filerev",
12-
"bugs": "https://github.com/yeoman/grunt-filerev/issues",
1313
"author": {
1414
"name": "Frederick Ros",
1515
"email": "[email protected]",
@@ -23,7 +23,7 @@
2323
"test": "grunt"
2424
},
2525
"dependencies": {
26-
"chalk": "~0.3.0",
26+
"chalk": "~0.4.0",
2727
"each-async": "~0.1.0"
2828
},
2929
"devDependencies": {
@@ -34,10 +34,10 @@
3434
"grunt-contrib-jshint": "~0.7.2"
3535
},
3636
"peerDependencies": {
37-
"grunt": "~0.4.0"
37+
"grunt": ">=0.4.0"
3838
},
3939
"engines": {
40-
"node": ">=0.8.0"
40+
"node": ">=0.10.0"
4141
},
4242
"licenses": {
4343
"type": "BSD"

0 commit comments

Comments
 (0)