Quellcode durchsuchen

feat(funding): add opencollective to npm funding

nothingismagick vor 5 Jahren
Ursprung
Commit
5b418ebcb0
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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"