From c126ac0a844afea35e2876a176c3580f7f6ff4dc Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 13 May 2016 23:11:55 -0700 Subject: [PATCH] fix test script on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb77055d..c86184e2 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "open-config": "node ./bin/open-config.js", "package": "node ./bin/package.js", "start": "electron .", - "test": "standard && ./bin/check-deps.js", + "test": "standard && node ./bin/check-deps.js", "update-authors": "./bin/update-authors.sh" } }