From c1ae765a166889a74c9a52afabf77badfa389fdc Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 14 Dec 2015 16:23:41 +0100 Subject: [PATCH] Fixed windows builds --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f47d093..5ff5d71 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "typescript": "^1.6.2" }, "scripts": { - "build": "browserify src/index.tsx -p tsify > public/js/bundle.js", + "build": "browserify src/index.tsx -p tsify -o public/js/bundle.js", "start": "cd public && http-server -o index.html" }, "author": "Michel Weststrate",