Skip to content

Commit 864e0ac

Browse files
Merge pull request #2486 from tohenk/fix/license
Fix package license as UNLICENSED.
2 parents d16a81e + ca64f1f commit 864e0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"private": true,
2020
"author": "Arhey",
21-
"license": "MIT",
21+
"license": "UNLICENSED",
2222
"jest": {
2323
"transform": {
2424
"^.+\\.(ts|js)$": "ts-jest"

0 commit comments

Comments
 (0)