Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
chore(license): license expression
Browse files Browse the repository at this point in the history
update license expression
  • Loading branch information
uamanager committed Apr 24, 2022
1 parent 3b506c5 commit f58256f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "uamanager",
"email": "faradey.ivan@gmail.com"
},
"license": "GNU GPL V3",
"license": "GPL-3.0-or-later",
"registry": "https://registry.npmjs.org/",
"private": false,
"main": "lib/aes.js",
Expand Down Expand Up @@ -51,6 +51,9 @@
"ts-jest": "27.1.4",
"typescript": "4.6.3"
},
"resolutions": {
"minimist": "1.2.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit f58256f

Please sign in to comment.