Commit 2ed9000c67a81c44143c9c0cbdc0f0f8a7a767f6

Authored by Eric Fernandez
1 parent de5576d401
Exists in master

instalo focaModal y lo agrego al script install-dev

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
... ... @@ -8,7 +8,7 @@
8 8 "compile": "gulp uglify",
9 9 "gulp-pre-commit": "gulp pre-commit",
10 10 "postinstall": "npm run compile && gulp clean-post-install",
11   - "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-replace jquery jshint pump"
  11 + "install-dev": "npm install -D jasmine-core pre-commit angular angular-route bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify gulp-replace jquery jshint pump git+https://192.168.0.11/modulos-npm/foca-modal.git"
12 12 },
13 13 "pre-commit": [
14 14 "gulp-pre-commit"
... ... @@ -37,6 +37,7 @@
37 37 "angular": "^1.7.4",
38 38 "angular-route": "^1.7.5",
39 39 "bootstrap": "^4.1.3",
  40 + "foca-modal": "git+https://192.168.0.11/modulos-npm/foca-modal.git",
40 41 "font-awesome": "^4.7.0",
41 42 "gulp": "^3.9.1",
42 43 "gulp-angular-templatecache": "^2.2.1",
... ... @@ -47,6 +48,7 @@
47 48 "gulp-rename": "^1.4.0",
48 49 "gulp-replace": "^1.0.0",
49 50 "gulp-sequence": "^1.0.0",
  51 + "gulp-uglify": "^3.0.1",
50 52 "gulp-uglify-es": "^1.0.4",
51 53 "jasmine-core": "^3.2.1",
52 54 "jquery": "^3.3.1",