Skip to content

Commit

Permalink
fix(#32): Fix mismatch between package.json and LICENSE file (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteKiwi authored Mar 12, 2024
1 parent f6e8843 commit 9ef05d5
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 9ef05d5

Please sign in to comment.