We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf35f4 commit aee3959Copy full SHA for aee3959
package.json
@@ -14,12 +14,6 @@
14
"url": "git://github.com/countly/countly-server.git"
15
},
16
"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",
23
"grunt-eslint": "^22.0.0",
24
"grunt-mocha-nyc": "^1.0.3",
25
"grunt-mocha-test": "0.13.3",
@@ -55,6 +49,12 @@
55
49
"formidable": "1.2.1",
56
50
"fs.extra": "^1.3.2",
57
51
"geoip-lite": "1.3.7",
52
+ "grunt": "1.0.4",
53
+ "grunt-cli": "1.3.2",
54
+ "grunt-contrib-concat": "1.0.1",
+ "grunt-contrib-copy": "1.0.0",
+ "grunt-contrib-cssmin": "3.0.0",
+ "grunt-contrib-uglify": "4.0.1",
58
"jimp": "0.6.4",
59
"jsdoc": "3.6.3",
60
"json2csv": "4.5.2",
0 commit comments