Skip to content

Commit

Permalink
Update license field
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Apr 30, 2024
1 parent 5114473 commit d2466e9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions lib/r18gs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"homepage": "https://react18-global-store.vercel.app/",
"sideEffects": false,
"license": "MIT",
"license": "MPL-2.0",
"scripts": {
"test": "vitest run --coverage",
"build": "tsup src && tsc -p tsconfig-build.json",
Expand Down Expand Up @@ -54,10 +54,13 @@
"@types/react": "16.8 - 18",
"react": "16.8 - 18"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/mayank1513"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/mayank1513"
},
"https://pages.razorpay.com/mayank1513"
],
"keywords": [
"react18-global-store",
"nextjs",
Expand Down

0 comments on commit d2466e9

Please sign in to comment.