diff --git a/package.json b/package.json index c41726b..d10034f 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "gulp uglify", - "postinstall": "npm run compile && gulp clean-post-install" + "postinstall": "npm run compile && gulp clean-post-install", + "install-dev": "npm install -D angular gulp gulp-clean gulp-concat gulp-jshint gulp-rename gulp-replace gulp-uglify jquery jshint pump" }, "pre-commit": [ "gulp-pre-commit" @@ -30,7 +31,7 @@ "pump": "^3.0.0" }, "devDependencies": { - "angular": "^1.7.4", + "angular": "^1.7.5", "gulp": "^3.9.1", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1",