diff --git a/package.json b/package.json index aafde77..e1937b0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "yarn", - "version": "0.3.2", + "version": "0.3.5", "main": "main.js", "description": "Dialogue editor created for \"Night in the Woods\" (and other projects) by @NoelFB and @infinite_ammo with contributions from @seiyria and @beeglebug. It is heavily inspired by and based on the amazing Twine software: http://twinery.org/. This version has been ported over to Electron and extended with further functionality by Todor Imreorov", "scripts": { "start": "electron .", - "build": "build", + "build": "build --win", "ship": "build --win --linux", "release": "build" },