mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 04:38:28 +01:00
package funding section
This commit is contained in:
parent
7b1346e7fa
commit
8e88ad9395
15
package.json
15
package.json
@ -10,6 +10,10 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tabler/tabler-icons/issues"
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
||||||
},
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "github",
|
||||||
|
"url": "https://github.com/sponsors/codecalm"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"icons/*",
|
"icons/*",
|
||||||
"icons-png/*",
|
"icons-png/*",
|
||||||
@ -23,13 +27,20 @@
|
|||||||
"optimize": "gulp optimize",
|
"optimize": "gulp optimize",
|
||||||
"start": "bundle exec jekyll serve --watch --livereload",
|
"start": "bundle exec jekyll serve --watch --livereload",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"png": "gulp svg-to-png"
|
"png": "gulp svg-to-png",
|
||||||
|
"release": "release-it"
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"glob": "7.1.6",
|
"glob": "7.1.6",
|
||||||
"gulp": "4.0.2",
|
"gulp": "4.0.2",
|
||||||
"gulp-zip": "5.0.1",
|
"gulp-zip": "5.0.1",
|
||||||
"puppeteer": "2.1.1"
|
"puppeteer": "2.1.1",
|
||||||
|
"release-it": "^13.1.2"
|
||||||
|
},
|
||||||
|
"release-it": {
|
||||||
|
"github": {
|
||||||
|
"release": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user