Skip to content

Commit c13e85e

Browse files
author
epavlenko
committed
Move grunt-cli dependency to devDependencies
1 parent aada745 commit c13e85e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"babel-core": "^5.0.0",
88
"bower": "~1.3.3",
99
"grunt": "~0.4.1",
10+
"grunt-cli": "^0.1.13",
1011
"grunt-contrib-clean": "~0.5.0",
1112
"grunt-contrib-connect": "~0.5.0",
1213
"grunt-contrib-jshint": "~0.6.2",
@@ -27,8 +28,5 @@
2728
"install": "grunt install",
2829
"test": "grunt test --prod",
2930
"build": "grunt build --prod"
30-
},
31-
"dependencies": {
32-
"grunt-cli": "^0.1.13"
3331
}
3432
}

0 commit comments

Comments
 (0)