aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-21 23:05:55 +0100
committercodecalm <codecalm@gmail.com>2020-03-21 23:05:55 +0100
commit8e88ad93955851ba0ddd5ae5e5d581c5eff3dea1 (patch)
tree2fc18670dd6585c351503be8028a53d8f9109297 /package.json
parentreadme fix (diff)
downloadtabler-icons-8e88ad93955851ba0ddd5ae5e5d581c5eff3dea1.tar.xz
package funding section
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 13 insertions, 2 deletions
diff --git a/package.json b/package.json
index ce58a0c..52ab8fa 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,10 @@
"bugs": {
"url": "https://github.com/tabler/tabler-icons/issues"
},
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/codecalm"
+ },
"files": [
"icons/*",
"icons-png/*",
@@ -23,13 +27,20 @@
"optimize": "gulp optimize",
"start": "bundle exec jekyll serve --watch --livereload",
"build": "gulp build",
- "png": "gulp svg-to-png"
+ "png": "gulp svg-to-png",
+ "release": "release-it"
},
"description": "",
"devDependencies": {
"glob": "7.1.6",
"gulp": "4.0.2",
"gulp-zip": "5.0.1",
- "puppeteer": "2.1.1"
+ "puppeteer": "2.1.1",
+ "release-it": "^13.1.2"
+ },
+ "release-it": {
+ "github": {
+ "release": true
+ }
}
}