Skip to content

Commit a19197c

Browse files
committed
remove license-checker
1 parent 7f6f159 commit a19197c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"lint": "eslint .",
1010
"lint:fix": "eslint --fix .",
1111
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings=ExperimentalWarning' jest",
12-
"package": "tsc && ncc build --license licenses.txt",
13-
"license-check": "license-checker --production --onlyAllow \"Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;MIT;CC0-1.0;Unlicense\" --summary"
12+
"package": "tsc && ncc build --license licenses.txt"
1413
},
1514
"keywords": [],
1615
"license": "MIT",
@@ -44,7 +43,6 @@
4443
"eslint-plugin-prettier": "^5.0.0",
4544
"eslint-plugin-promise": "^6.1.1",
4645
"jest": "^29.6.2",
47-
"license-checker": "^25.0.1",
4846
"prettier": "^3.0.1",
4947
"ts-jest": "^29.1.1",
5048
"ts-node": "^10.9.1",

0 commit comments

Comments
 (0)