Commit ad6371709aa110fad84a0d1ab7d45f940a60b455
1 parent
98e03c5eda
Exists in
master
fix rutas http
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
package.json
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | "gulp-pre-commit": "gulp pre-commit", |
| 9 | 9 | "compile": "gulp uglify", |
| 10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
| 11 | - "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" | |
| 11 | + "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" | |
| 12 | 12 | }, |
| 13 | 13 | "pre-commit": [ |
| 14 | 14 | "gulp-pre-commit" |
| ... | ... | @@ -20,11 +20,11 @@ |
| 20 | 20 | "author": "Foca Software", |
| 21 | 21 | "license": "ISC", |
| 22 | 22 | "peerDependencies": { |
| 23 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" | |
| 23 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" | |
| 24 | 24 | }, |
| 25 | 25 | "devDependencies": { |
| 26 | 26 | "angular": "^1.7.5", |
| 27 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
| 27 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
| 28 | 28 | "gulp": "^3.9.1", |
| 29 | 29 | "gulp-angular-templatecache": "^2.2.5", |
| 30 | 30 | "gulp-clean": "^0.4.0", |