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