Commit 71bdf1c374d83f5057f2cbbf9bb052532a626e30

Authored by Jose Pinto
1 parent 8937dda114
Exists in master

ok url, ok gulp replace

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
... ... @@ -40,7 +40,7 @@ gulp.task('uglify', ['templates'], function() {
40 40 ]),
41 41 concat('foca-modal-localizar.js'),
42 42 replace('src/views/', ''),
43   - replace("['ui.bootstrap', 'focaDirectivas']", '[]'),
  43 + replace("['ui.bootstrap', 'focaDirectivas', 'focaModal']", '[]'),
44 44 gulp.dest(paths.tmp),
45 45 rename('foca-modal-localizar.min.js'),
46 46 uglify(),
... ... @@ -14,7 +14,7 @@
14 14 ],
15 15 "repository": {
16 16 "type": "git",
17   - "url": "https://debo.suite.repo/modulos-npm/foca-modal-localizar.git"
  17 + "url": "http://git.focasoftware.com/npm/foca-modal-localizar.git"
18 18 },
19 19 "author": "Foca Software",
20 20 "license": "ISC",