Skip to content

Commit

Permalink
refactor: fix wrong package.json license field
Browse files Browse the repository at this point in the history
  • Loading branch information
liquiddevelopmentnet committed Dec 16, 2023
1 parent 19109ba commit 0c59bca
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 @@
"description": "A lightweight API wrapper framework utilizing axios",
"repository": "https://github.com/liquiddevelopmentnet/kaqi",
"author": "liquiddevelopmentnet",
"license": "GPL-3.0",
"license": "MIT",
"private": false,
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 0c59bca

Please sign in to comment.