Skip to content

Commit

Permalink
Fix scripts errors on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 20, 2020
1 parent cea1346 commit 1806b2b
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 @@ -15,8 +15,8 @@
},
"scripts": {
"test": "xo && nyc ava",
"lint": "./test/lint/lint.js",
"integration": "./test/integration/test.js"
"lint": "node ./test/lint/lint.js",
"integration": "node ./test/integration/test.js"
},
"files": [
"index.js",
Expand Down

0 comments on commit 1806b2b

Please sign in to comment.