소스 검색

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"