From 1de37b5844e9556524822e1c1df407e813025b3e Mon Sep 17 00:00:00 2001 From: blagoev Date: Mon, 20 Mar 2017 23:18:04 +0200 Subject: [PATCH] fix license-check command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c28a109..2d51325a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "install": "node-pre-gyp install --fallback-to-build", "prepublish": "node scripts/prepublish.js", "eslint": "npm install && npm run lint .", - "license-check": "license-checker --exclude MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0) | node scripts/handle-license-check.js", + "license-check": "license-checker --exclude \"MIT,ISC,BSD,Apache-2.0,BSD-2-Clause,BSD-3-Clause,WTFPL,Unlicense,(MIT AND CC-BY-3.0)\" | node scripts/handle-license-check.js", "jsdoc:clean": "rimraf ./docs/output", "jsdoc": "npm install && npm run jsdoc:clean && jsdoc -c docs/conf.json", "node-tests": "npm install --build-from-source && cd tests && npm install && npm run test-nosync && cd ..",