chore: license-chekcer allow BSD license

This commit is contained in:
Roman Hotsiy 2018-06-28 20:26:51 +03:00
parent c3da0a01d4
commit 749547f69d
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -48,7 +48,7 @@
"compile:cli": "tsc custom.d.ts cli/index.ts --target es6 --module commonjs --types yargs",
"build:demo": "webpack --mode=production --config demo/webpack.config.ts",
"deploy:demo": "npm run build:demo && deploy-to-gh-pages --update demo/dist",
"license-check": "license-checker --production --onlyAllow 'MIT;ISC;Apache-2.0;BSD-2-Clause;BSD-3-Clause' --summary"
"license-check": "license-checker --production --onlyAllow 'MIT;ISC;Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause' --summary"
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",