From 7d2c7ac43ec3c63f532bcf070b1b37a88256b929 Mon Sep 17 00:00:00 2001 From: bdirito Date: Wed, 24 Aug 2016 10:03:17 -0600 Subject: [PATCH] allows windows to find the setup script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c44aee..f0bbacf 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "node": "*" }, "scripts": { - "postinstall": "scripts/install.js" + "postinstall": "node ./scripts/install.js" } }