Commit 56b01548c76917c7411b5d9a59e10cd71f2724c2
1 parent
8662ff21b4
Exists in
develop
Fix
Borrada linea duplicada
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
package.json
... | ... | @@ -11,7 +11,6 @@ |
11 | 11 | "gulp-pre-commit": "gulp pre-commit", |
12 | 12 | "postinstall": "npm run compile && gulp clean-post-install", |
13 | 13 | "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize", |
14 | - "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js" | |
15 | 14 | }, |
16 | 15 | "pre-commit": [ |
17 | 16 | "gulp-pre-commit" |
... | ... | @@ -58,5 +57,8 @@ |
58 | 57 | "jshint": "^2.9.7", |
59 | 58 | "pre-commit": "^1.2.2", |
60 | 59 | "pump": "^3.0.0" |
60 | + }, | |
61 | + "dependencies": { | |
62 | + "node-sass": "^4.13.1" | |
61 | 63 | } |
62 | 64 | } |