Skip to content

Commit

Permalink
Fix script errors on windows (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Jan 20, 2020
1 parent cea1346 commit 5724f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
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 5724f58

Please sign in to comment.