Make test script work on windows (#481)

This commit is contained in:
Valentin Radulescu 2017-03-23 05:24:05 +02:00 committed by Lauren Tan
parent 7e8d988589
commit 978303699f

View file

@ -7,7 +7,7 @@
"node": "7.x" "node": "7.x"
}, },
"scripts": { "scripts": {
"test": "node_modules/remark-cli/cli.js README.md -f" "test": "node ./node_modules/remark-cli/cli.js README.md -f"
}, },
"repository": { "repository": {
"type": "git", "type": "git",