1
Fork 0

Added uglify

This commit is contained in:
Jake Howard 2015-11-01 15:58:49 +00:00
parent 0e3231e2d5
commit d4988fe760
1 changed files with 4 additions and 2 deletions

View File

@ -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"
}
}