Added commands
This commit is contained in:
parent
b2049a183d
commit
0e3231e2d5
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@
|
|||
"name": "keyboard-mechanizer",
|
||||
"version": "0.0.0",
|
||||
"description": "Make your computer keyboard sound like a mechanical keyboard",
|
||||
"main": "main.js",
|
||||
"main": "build/main.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node_modules/.bin/electron .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Reference in a new issue