From c074689930887da225a32c906948d324dc8c7084 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Mon, 20 Oct 2014 14:16:38 +0900 Subject: [PATCH] better windows support --- npm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/package.json b/npm/package.json index beb6aa5ea1d8..bfde52f5884d 100644 --- a/npm/package.json +++ b/npm/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/mafintosh/atom-shell" }, "scripts": { - "install": "./install.js" + "install": "node install.js" }, "bin": { "atom-shell": "run.bat"