Skip to content

Commit

Permalink
fix(#32): Fix mismatch between package.json and LICENSE file
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKiwi committed Mar 12, 2024
1 parent f6e8843 commit ab737d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "esm/index.js",
"license": "ISC",
"license": "MIT",
"engines": {
"node": ">=16",
"pnpm": "^8"
Expand Down

0 comments on commit ab737d0

Please sign in to comment.