Skip to content

Commit

Permalink
windows path would be different, do not use full path to vows
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktrom committed Aug 6, 2022
1 parent 5f434b3 commit d4ac2c6
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 @@ -26,7 +26,7 @@
"main": "./lib/portfinder",
"types": "./lib/portfinder.d.ts",
"scripts": {
"test": "./node_modules/.bin/vows test/*-test.js --spec"
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": ">= 0.12.0"
Expand Down

0 comments on commit d4ac2c6

Please sign in to comment.