Skip to content

Commit

Permalink
package funding section
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 21, 2020
1 parent 7b1346e commit 8e88ad9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand All @@ -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
}
}
}

0 comments on commit 8e88ad9

Please sign in to comment.