diff options
author | codecalm <codecalm@gmail.com> | 2020-03-06 00:48:09 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-06 00:48:09 +0100 |
commit | b22a0ece579366abf640c14812750a8b24503dd2 (patch) | |
tree | dc6736f3d335ece19974862e08f9b73d18bcf178 /package.json | |
parent | icons readme fixes (diff) | |
download | tabler-icons-b22a0ece579366abf640c14812750a8b24503dd2.tar.xz |
urgent icon
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 60a66dc0..00b9d96d 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "homepage": "https://github.com/tabler/tabler-icons#readme", "main": "gulpfile.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "gulp optimize && gulp icons-sprite && gulp icons-stroke" }, "description": "", "devDependencies": { - "glob": "^7.1.6", - "gulp": "^4.0.2" + "glob": "7.1.6", + "gulp": "4.0.2" } } |