1
Fork 0

Added commands

This commit is contained in:
Jake Howard 2015-11-01 15:50:42 +00:00
parent b2049a183d
commit 0e3231e2d5

View file

@ -2,9 +2,11 @@
"name": "keyboard-mechanizer", "name": "keyboard-mechanizer",
"version": "0.0.0", "version": "0.0.0",
"description": "Make your computer keyboard sound like a mechanical keyboard", "description": "Make your computer keyboard sound like a mechanical keyboard",
"main": "main.js", "main": "build/main.js",
"scripts": { "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": { "repository": {
"type": "git", "type": "git",