Skip to content

Commit ddd2e56

Browse files
committed
Update license checking command
1 parent 26a524f commit ddd2e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@
15651565
"ws": "$ws"
15661566
},
15671567
"scripts": {
1568-
"check-licenses": "npx license-checker-rseidelsohn --summary --onlyAllow \"0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BlueOak-1.0.0;CC0-1.0;GPL-3.0;GPL-3.0-or-later;ISC;MIT;Python-2.0;Zlib;EPL-2.0\" --excludePackages \"@vscode/vsce-sign-linux-x64;@vscode/vsce-sign-win32-x64;@vscode/vsce-sign\"",
1568+
"check-licenses": "npx license-checker-rseidelsohn --production --summary --onlyAllow \"MIT;ISC;CC-BY-4.0;GPL-3.0;BSD-3-Clause;EPL-2.0\"",
15691569
"vscode:prepublish": "npm run compile && npm run esbuild-base -- --minify --sourcemap",
15701570
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/src/extension.js --external:vscode --format=cjs --platform=node",
15711571
"compile": "node ./node_modules/typescript/bin/tsc && npm run compile-webview",

0 commit comments

Comments
 (0)