Commit e81d481c9b00bfe39a63cd9192786b70f1ba8a90
1 parent
0115cd7c8d
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 | "compile": "gulp compile", |
| 9 | 9 | "gulp-pre-commit": "gulp pre-commit", |
| 10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
| 11 | - "install-dev": "npm install -D gulp gulp-uglify gulp-connect jasmine-core pre-commit angular angular-route angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump && npm i -D git+http://git.focasoftware.com/npm/foca-directivas.git" | |
| 11 | + "install-dev": "npm install -D gulp gulp-uglify gulp-connect jasmine-core pre-commit angular angular-route angular-cookies bootstrap font-awesome gulp-angular-templatecache gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump && npm i -D git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" | |
| 12 | 12 | }, |
| 13 | 13 | "pre-commit": [ |
| 14 | 14 | "gulp-pre-commit" |
| ... | ... | @@ -32,14 +32,14 @@ |
| 32 | 32 | "gulp-uglify-es": "^1.0.x", |
| 33 | 33 | "jshint": "^2.9.x", |
| 34 | 34 | "pump": "^3.0.x", |
| 35 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git" | |
| 35 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" | |
| 36 | 36 | }, |
| 37 | 37 | "devDependencies": { |
| 38 | 38 | "angular": "^1.7.5", |
| 39 | 39 | "angular-cookies": "^1.7.5", |
| 40 | 40 | "angular-route": "^1.7.5", |
| 41 | 41 | "bootstrap": "^4.1.3", |
| 42 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
| 42 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
| 43 | 43 | "font-awesome": "^4.7.0", |
| 44 | 44 | "gulp": "^3.9.1", |
| 45 | 45 | "gulp-angular-templatecache": "^2.2.5", |