From 7f83916cd16da4dd3be885c0326f390fe1b6e0d4 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 20 Mar 2020 15:21:43 +0100 Subject: v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 37ee789..40b5864 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.0.0", + "version": "1.0.1", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" -- cgit v1.2.1 From e58f56dadbacf2e10e93e90918c5e7be3855a674 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 21 Mar 2020 21:05:33 +0100 Subject: sprite-nostroke new file, version 1.0.2 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package.json') 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": "", -- cgit v1.2.1