ソースを参照

feat(funding): add opencollective to npm funding

nothingismagick 5 年 前
コミット
5b418ebcb0
1 ファイル変更4 行追加0 行削除
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -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"