diff --git a/package.json b/package.json index 1fd23b4..901e0bb 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "Make your computer keyboard sound like a mechanical keyboard", "main": "build/main.js", "scripts": { - "start": "node_modules/.bin/electron .", + "build-js" + "start": "node_modules/.bin/electron build/", "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'" }, @@ -31,8 +32,9 @@ "eslint": "^1.5.1", "eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4", "eslint-plugin-react": "^3.5.0", - "reactify": "^1.1.1", "less": "^2.5.3", + "reactify": "^1.1.1", + "uglify-js": "^2.5.0" } }