Commit 8c171740cb5564efeea51e5381f351638b98a936
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
acomodo gulp-pre-commit en package.json See merge request modulos-npm/foca-directivas!1
Showing
1 changed file
Show diff stats
package.json
... | ... | @@ -5,12 +5,12 @@ |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | - "compile": "gulp uglify", | |
9 | - "pre-commit": [ | |
10 | - "gulp-pre-commit" | |
11 | - ], | |
8 | + "compile": "gulp uglify", | |
12 | 9 | "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js" |
13 | 10 | }, |
11 | + "pre-commit": [ | |
12 | + "gulp-pre-commit" | |
13 | + ], | |
14 | 14 | "repository": { |
15 | 15 | "type": "git", |
16 | 16 | "url": "https://192.168.0.11/modulos-npm/foca-directivas.git" |