From e5dd5c1f9e21f2239d82da06ce99c9f95343a35d Mon Sep 17 00:00:00 2001 From: Nicolas Guarnieri Date: Mon, 8 Oct 2018 23:14:50 +0000 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2356ba0..49b4d8e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "dist/foca-abm-sectores.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "compile": "gulp uglify && gulp html", + "compile": "gulp uglify", "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js" }, "repository": { -- 1.9.1