diff --git a/package.json b/package.json index 0214896..7bf37bd 100644 --- a/package.json +++ b/package.json @@ -8,43 +8,43 @@ "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-ladda ladda@1.0.6 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 jquery jshint pump git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git" + "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 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 jquery jshint pump git+http://git.focasoftware.com/npm/foca-directivas.git git+http://git.focasoftware.com/npm/foca-modal-remito.git" }, "pre-commit": [ "gulp-pre-commit" ], "repository": { "type": "git", - "url": "git+ssh://git@debonline.dyndns.org:npm/foca-hoja-ruta.git" + "url": "git+http://git.focasoftware.com/npm/foca-hoja-ruta.git" }, "author": "Foca Software", "license": "ISC", "devDependencies": { - "angular": "1.7.5", - "angular-ladda": "0.4.3", - "angular-route": "1.7.5", - "bootstrap": "4.1.3", - "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", - "foca-modal-remito": "git+ssh://git@debonline.dyndns.org:npm/foca-modal-remito.git", - "font-awesome": "4.7.0", - "gulp": "3.9.1", - "gulp-angular-templatecache": "2.2.5", - "gulp-clean": "0.4.0", + "angular": "^1.7.5", + "angular-ladda": "^0.4.3", + "angular-route": "^1.7.5", + "bootstrap": "^4.1.3", + "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", + "foca-modal-remito": "git+http://git.focasoftware.com/npm/foca-modal-remito.git", + "font-awesome": "^4.7.0", + "gulp": "^3.9.1", + "gulp-angular-templatecache": "^2.2.5", + "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", - "gulp-connect": "5.6.1", - "gulp-htmlmin": "5.0.1", - "gulp-jshint": "2.1.0", - "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.3.0", - "jquery": "3.3.1", - "jshint": "2.9.6", - "ladda": "1.0.6", - "pre-commit": "1.2.2", - "pump": "3.0.0", - "ui-bootstrap4": "3.0.5" + "gulp-connect": "^5.6.1", + "gulp-htmlmin": "^5.0.1", + "gulp-jshint": "^2.1.0", + "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.3.0", + "jquery": "^3.3.1", + "jshint": "^2.9.6", + "ladda": "^1.0.6", + "pre-commit": "^1.2.2", + "pump": "^3.0.0", + "ui-bootstrap4": "^3.0.5" } }