diff --git a/package.json b/package.json index 95dafc8..74df438 100644 --- a/package.json +++ b/package.json @@ -32,15 +32,15 @@ "mkdirp": "~0.5.0", "rimraf": "~2.2.8", "glob": "~4.3.0", - "aws-sdk": "~2.1.30" + "aws-sdk": "~2.1.30", + "npm": "^2.10.0" }, "devDependencies": { "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt": "~0.4.5", - "adm-zip": "~0.4.4", - "npm": "^2.10.0" + "adm-zip": "~0.4.4" }, "peerDependencies": { "grunt": "~0.4.5" @@ -48,4 +48,4 @@ "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}