diff --git a/package.json b/package.json index 5c8d2b4..d8c0b34 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gulp-pre-commit": "gulp pre-commit", "compile": "gulp uglify", "postinstall": "npm run compile && gulp clean-post-install", - "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+http://git.focasoftware.com/npm/foca-directivas.git" + "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" }, "pre-commit": [ "gulp-pre-commit" @@ -20,11 +20,11 @@ "author": "Foca Software", "license": "ISC", "peerDependencies": { - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" }, "devDependencies": { "angular": "^1.7.5", - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", "gulp": "^3.9.1", "gulp-angular-templatecache": "^2.2.5", "gulp-clean": "^0.4.0",