diff --git a/package.json b/package.json index 07e6a72..9f58b27 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "compile": "gulp uglify", - "pre-commit": [ - "gulp-pre-commit" - ], + "compile": "gulp uglify", "postinstall": "npm run compile && rm -R src && rm -R tmp && rm .jshintrc && rm gulpfile.js" }, + "pre-commit": [ + "gulp-pre-commit" + ], "repository": { "type": "git", "url": "https://192.168.0.11/modulos-npm/foca-directivas.git"