We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e1a114 + 9ced2cb commit 466de7dCopy full SHA for 466de7d
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"type-check": "tsc --noEmit",
9
"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",
+ "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",
11
"type-check:watch": "npm run type-check -- --watch",
12
"lint:ts": "eslint . --ext .js,.ts",
13
"lint": "yarn type-check && yarn lint:ts && markdownlint README.md",
0 commit comments