Added uglify
This commit is contained in:
parent
0e3231e2d5
commit
d4988fe760
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue