Skip to content

Commit

Permalink
chore: Add funding links to package.json files (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
okineadev authored Feb 17, 2025
1 parent 16ac53e commit e20de4c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"scripts": {
"build": "buildc -- unbuild",
"check": "buildc --deps-only -- check",
Expand Down
1 change: 1 addition & 0 deletions packages/module-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"version": "1.1.3",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/module-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"version": "1.1.3",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/module-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"version": "2.0.3",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/module-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"version": "1.0.2",
"type": "module",
"main": "./dist/index.cjs",
Expand Down
1 change: 1 addition & 0 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"scripts": {
"build": "buildc -- unbuild",
"check": "buildc --deps-only -- check",
Expand Down
3 changes: 2 additions & 1 deletion packages/wxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wxt",
"type": "module",
"version": "0.19.27",
"description": "Next gen framework for developing web extensions",
"description": "⚡ Next-gen Web Extension Framework",
"repository": {
"type": "git",
"url": "git+https://github.com/wxt-dev/wxt.git"
Expand All @@ -22,6 +22,7 @@
"email": "[email protected]"
},
"license": "MIT",
"funding": "https://github.com/sponsors/wxt-dev",
"files": [
"bin",
"dist"
Expand Down

0 comments on commit e20de4c

Please sign in to comment.