Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Fix quote
Browse files Browse the repository at this point in the history
Single quote doesn't work on windows. Create false positive.
  • Loading branch information
unional committed Mar 26, 2016
1 parent 2a75765 commit f82e55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"LICENSE"
],
"scripts": {
"lint": "tslint 'src/**/*.ts' -e '**/__test__/**'",
"lint": "tslint \"src/**/*.ts\" -e \"**/__test__/**\"",
"build": "rimraf dist && tsc",
"dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
"test-spec": "ts-node node_modules/blue-tape/bin/blue-tape.js \"src/**/*.spec.ts\" | tap-diff",
Expand Down

0 comments on commit f82e55a

Please sign in to comment.