Skip to content

Commit c7ddcd0

Browse files
authored
No need to use path to bin, npm handles that
1 parent a37d6a2 commit c7ddcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/aureooms/es-itertools/issues"
2727
},
2828
"scripts": {
29-
"test": "./node_modules/.bin/ava ./test/src --concurrency 4",
30-
"cover": "./node_modules/.bin/nyc --reporter=lcov npm test"
29+
"test": "ava ./test/src --concurrency 4",
30+
"cover": "nyc --reporter=lcov npm test"
3131
},
3232
"main": "src/index.js",
3333
"dependencies": {},

0 commit comments

Comments
 (0)