Commit 534e5e490b8a3c68f66ea426f14414e60ebd9fce
1 parent
904f91a7c0
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 angular-ladda ladda@1.0.6 bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-clean gulp-replace gulp-uglify jasmine-core jquery jshint pre-commit pump ui-bootstrap4 && npm i -D git+http://git.focasoftware.com/npm/foca-directivas.git" | |
11 | + "install-dev": "npm install -D angular angular-ladda ladda@1.0.6 bootstrap font-awesome gulp gulp-angular-templatecache gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-clean gulp-replace gulp-uglify jasmine-core jquery jshint pre-commit pump ui-bootstrap4 && npm i -D git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git" | |
12 | 12 | }, |
13 | 13 | "pre-commit": [ |
14 | 14 | "gulp-pre-commit" |
... | ... | @@ -34,13 +34,13 @@ |
34 | 34 | "gulp-uglify": "^3.0.1", |
35 | 35 | "jquery": "^3.3.1", |
36 | 36 | "pump": "^3.0.0", |
37 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas" | |
37 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas" | |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | 40 | "angular": "^1.7.5", |
41 | 41 | "angular-ladda": "^0.4.3", |
42 | 42 | "bootstrap": "^4.1.3", |
43 | - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git", | |
43 | + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git", | |
44 | 44 | "font-awesome": "^4.7.0", |
45 | 45 | "gulp": "^3.9.1", |
46 | 46 | "gulp-angular-templatecache": "^2.2.5", |