aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 7eed8ab..510a4dc 100644
--- a/package.json
+++ b/package.json
@@ -13,12 +13,11 @@
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
"scripts": {
- "build": "gulp optimize && gulp icons-sprite && gulp icons-stroke"
+ "build": "gulp optimize && gulp build && gulp icons-sprite"
},
"description": "",
"devDependencies": {
"glob": "7.1.6",
- "gulp": "4.0.2",
- "gulp-shell": "^0.8.0"
+ "gulp": "4.0.2"
}
}