Skip to content

Commit

Permalink
Fix license field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Jul 31, 2022
1 parent 335ebdd commit edc5ceb
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 @@ -65,7 +65,7 @@
"test:watch": "cross-env NODE_ENV=test jest --watch"
},
"author": "Brian Chirls <[email protected]>",
"license": "UNLICENSED",
"license": "MIT",
"dependencies": {
"mitt": "^3.0.0"
},
Expand Down

0 comments on commit edc5ceb

Please sign in to comment.