Skip to content

Commit aee3959

Browse files
committed
[package] more grunt and other required libs to dependencies
1 parent 1cf35f4 commit aee3959

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"url": "git://github.com/countly/countly-server.git"
1515
},
1616
"devDependencies": {
17-
"grunt": "1.0.4",
18-
"grunt-cli": "1.3.2",
19-
"grunt-contrib-concat": "1.0.1",
20-
"grunt-contrib-copy": "1.0.0",
21-
"grunt-contrib-cssmin": "3.0.0",
22-
"grunt-contrib-uglify": "4.0.1",
2317
"grunt-eslint": "^22.0.0",
2418
"grunt-mocha-nyc": "^1.0.3",
2519
"grunt-mocha-test": "0.13.3",
@@ -55,6 +49,12 @@
5549
"formidable": "1.2.1",
5650
"fs.extra": "^1.3.2",
5751
"geoip-lite": "1.3.7",
52+
"grunt": "1.0.4",
53+
"grunt-cli": "1.3.2",
54+
"grunt-contrib-concat": "1.0.1",
55+
"grunt-contrib-copy": "1.0.0",
56+
"grunt-contrib-cssmin": "3.0.0",
57+
"grunt-contrib-uglify": "4.0.1",
5858
"jimp": "0.6.4",
5959
"jsdoc": "3.6.3",
6060
"json2csv": "4.5.2",

0 commit comments

Comments
 (0)