aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-06 00:48:09 +0100
committercodecalm <codecalm@gmail.com>2020-03-06 00:48:09 +0100
commitb22a0ece579366abf640c14812750a8b24503dd2 (patch)
treedc6736f3d335ece19974862e08f9b73d18bcf178 /package.json
parenticons readme fixes (diff)
downloadtabler-icons-b22a0ece579366abf640c14812750a8b24503dd2.tar.xz
urgent icon
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 60a66dc..00b9d96 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"
}
}