Commit 5361147c7a63e2fb8fc93bd5193474fc280f1acf

Authored by Benjamin Rodriguez
Exists in develop

Merge branch 'develop' of http://git.focasoftware.com/npm/foca-modal

... ... @@ -9,7 +9,7 @@
9 9 "gulp-pre-commit": "gulp pre-commit",
10 10 "compile": "gulp uglify",
11 11 "postinstall": "npm run compile && gulp clean-post-install",
12   - "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"
  12 + "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"
13 13 },
14 14 "pre-commit": [
15 15 "gulp-pre-commit"
... ... @@ -21,11 +21,11 @@
21 21 "author": "Foca Software",
22 22 "license": "ISC",
23 23 "peerDependencies": {
24   - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git"
  24 + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git"
25 25 },
26 26 "devDependencies": {
27 27 "angular": "^1.7.5",
28   - "foca-directivas": "git+http://git.focasoftware.com/npm/foca-directivas.git",
  28 + "foca-directivas": "git+ssh://git@debonline.dyndns.org:npm/foca-directivas.git",
29 29 "gulp": "^3.9.1",
30 30 "gulp-angular-templatecache": "^2.2.5",
31 31 "gulp-clean": "^0.4.0",