aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 40b5864..ce58a0c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
- "version": "1.0.1",
+ "version": "1.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/tabler/tabler-icons.git"
@@ -13,7 +13,8 @@
"files": [
"icons/*",
"icons-png/*",
- "tabler-sprite.svg"
+ "tabler-sprite.svg",
+ "tabler-sprite-nostroke.svg"
],
"homepage": "https://github.com/tabler/tabler-icons#readme",
"main": "gulpfile.js",
@@ -21,7 +22,7 @@
"precommit": "gulp optimize",
"optimize": "gulp optimize",
"start": "bundle exec jekyll serve --watch --livereload",
- "build": "gulp optimize && gulp build && gulp icons-preview && gulp icons-sprite",
+ "build": "gulp build",
"png": "gulp svg-to-png"
},
"description": "",