Преглед изворни кода

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"