mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 12:06:20 +00:00
Merge pull request #56 from iamstarkov/fix/grunt-cli-to-dev-deps
move grunt-cli to devDeps
This commit is contained in:
@@ -55,13 +55,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grunt-cli": "^0.1.13",
|
|
||||||
"mime-types": "^2.1.7",
|
"mime-types": "^2.1.7",
|
||||||
"xml": "^1.0.0"
|
"xml": "^1.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"folderify": "^1.1.0",
|
"folderify": "^1.1.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
|
"grunt-cli": "^0.1.13",
|
||||||
"grunt-contrib-jshint": "^0.11.3",
|
"grunt-contrib-jshint": "^0.11.3",
|
||||||
"grunt-release": "^0.13.0",
|
"grunt-release": "^0.13.0",
|
||||||
"grunt-templates-dylang": "^1.0.10",
|
"grunt-templates-dylang": "^1.0.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user