1
Fork 0

Added commands

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

View File

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