feat(funding): add opencollective to npm funding

This commit is contained in:
nothingismagick
2019-11-20 11:45:06 +01:00
committed by GitHub
parent 596f6218e6
commit 5b418ebcb0

View File

@@ -5,6 +5,10 @@
"bin": {
"tauri": "./mode/bin/tauri.js"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/tauri"
},
"scripts": {
"test": "jest --coverage",
"lint-fix": "eslint --ext .js mode --fix"