Commit 883f2b086d00e205bcbb5c10b5ed696cc9e6a8b4

Authored by Eric Fernandez
1 parent 71b56e708a
Exists in master and in 1 other branch develop

acomodo gulp-pre-commit en package.json

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
... ... @@ -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"