diff options
author | codecalm <codecalm@gmail.com> | 2020-03-09 22:29:48 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-09 22:29:48 +0100 |
commit | ff39589245ca0306e9eae0ee1fb1029824fb9954 (patch) | |
tree | 0f779351985e7f81992a0cddf8a217a7ce3bcece /package.json | |
parent | build first version (diff) | |
download | tabler-icons-ff39589245ca0306e9eae0ee1fb1029824fb9954.tar.xz |
face id icon
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 7eed8abf..510a4dca 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" } } |