Commit 262d5efc0610f162eff6ca1e388e06d470818b55
1 parent
87308d050e
Exists in
master
and in
1 other branch
fix rutas http
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
package.json
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | "gulp-uglify": "^3.0.1", |
| 34 | 34 | "jquery": "^3.3.1", |
| 35 | 35 | "pump": "^3.0.0", |
| 36 | - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" | |
| 36 | + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git" | |
| 37 | 37 | }, |
| 38 | 38 | "devDependencies": { |
| 39 | 39 | "angular": "^1.7.5", |
| ... | ... | @@ -55,6 +55,6 @@ |
| 55 | 55 | "pre-commit": "^1.2.2", |
| 56 | 56 | "pump": "^3.0.0", |
| 57 | 57 | "ui-bootstrap4": "^3.0.5", |
| 58 | - "foca-modal": "git+http://git.focasoftware.com/npm/foca-modal.git" | |
| 58 | + "foca-modal": "git+ssh://git@debonline.dyndns.org:npm/foca-modal.git" | |
| 59 | 59 | } |
| 60 | 60 | } |