diff --git a/package.json b/package.json index e8873ce..62daf1c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "compile": "gulp uglify", "gulp-pre-commit": "gulp pre-commit", "postinstall": "npm run compile && gulp clean-post-install", - "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump" + "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify gulp-replace jquery jshint pump git+https://192.168.0.11/modulos-npm/foca-modal.git" }, "pre-commit": [ "gulp-pre-commit" @@ -37,6 +37,7 @@ "angular": "^1.7.4", "angular-route": "^1.7.5", "bootstrap": "^4.1.3", + "foca-modal": "git+https://192.168.0.11/modulos-npm/foca-modal.git", "font-awesome": "^4.7.0", "gulp": "^3.9.1", "gulp-angular-templatecache": "^2.2.1", @@ -47,6 +48,7 @@ "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-sequence": "^1.0.0", + "gulp-uglify": "^3.0.1", "gulp-uglify-es": "^1.0.4", "jasmine-core": "^3.2.1", "jquery": "^3.3.1",