diff --git a/package.json b/package.json index 91308a98..9349a066 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "scripts": { "build": "echo nothing to build", "solid": "node ./bin/solid", - "standard": "standard '{bin,examples,lib,test}/**/*.js'", + "standard": "standard \"{bin,examples,lib,test}/**/*.js\"", "validate": "node ./test/validate-turtle.js", "nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/integration/ test/unit/", "mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",