Skip to content

Commit

Permalink
package: fix lint script for Windows (nodejs#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and joyeecheung committed Nov 30, 2018
1 parent 527ce8d commit 93286f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"coverage": "nyc --reporter=html --reporter=text --reporter=text-summary npm test",
"coverage-all": "nyc --reporter=lcov --reporter=text --reporter=text-summary npm run test-all",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"lint": "eslint . 'bin/*' --cache",
"lint-fix": "eslint . 'bin/*' --fix"
"lint": "eslint . \"bin/*\" --cache",
"lint-fix": "eslint . \"bin/*\" --fix"
},
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
"repository": {
Expand Down

0 comments on commit 93286f2

Please sign in to comment.