aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 21:05:33 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 21:05:33 +0100
commite58f56dadbacf2e10e93e90918c5e7be3855a674 (patch)
treeb7f4b1be2846d6f38a8b4d0f77e6d6de8b86c464 /package.json
parentv1.0.1 (diff)
downloadtabler-icons-e58f56dadbacf2e10e93e90918c5e7be3855a674.tar.xz
sprite-nostroke new file, version 1.0.2v1.0.2
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": "",