Skip to content

Commit 466de7d

Browse files
authored
Merge pull request #105 from bufferoverflow/chore/license-checker
chore: make license-checker less verbose
2 parents 8e1a114 + 9ced2cb commit 466de7d

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"type-check": "tsc --noEmit",
99
"commitmsg": "commitlint -e $GIT_PARAMS",
10-
"license": "license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production",
10+
"license": "license-checker --onlyAllow 'Apache-2.0; Apache License, Version 2.0; BSD; BSD-2-Clause; BSD-3-Clause; ISC; MIT; Unlicense; WTFPL; CC-BY-3.0; CC0-1.0' --production --summary",
1111
"type-check:watch": "npm run type-check -- --watch",
1212
"lint:ts": "eslint . --ext .js,.ts",
1313
"lint": "yarn type-check && yarn lint:ts && markdownlint README.md",

0 commit comments

Comments
 (0)