aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 22:15:06 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 22:15:06 +0100
commitd74bcb00743c5cfdbef1e49c211c1b5d53f81c26 (patch)
tree9f626c8a5625e506dfb002ab22429eb8423c7ad8 /package.json
parentdiff changelog (diff)
parentsprite-nostroke new file, version 1.0.2 (diff)
downloadtabler-icons-d74bcb00743c5cfdbef1e49c211c1b5d53f81c26.tar.xz
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
 Conflicts:  .github/icons.png  package.json
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 757762e..f4c6d21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "tabler-icons",
- "version": "1.0.0",
+ "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",
"zip": "gulp build-zip"
},