This commit is contained in:
Michael Teeuw 2016-04-17 17:12:40 +02:00
parent 1b387dabde
commit bc0ba2f524

View File

@ -4,7 +4,7 @@
"description": "A modular interface for smart mirrors.", "description": "A modular interface for smart mirrors.",
"main": "js/electron.js", "main": "js/electron.js",
"scripts": { "scripts": {
"start": "electron js/electron.js" "start": "electron js/electron.js",
"jscs": "jscs **/**/**/**/*.js", "jscs": "jscs **/**/**/**/*.js",
"stylelint": "stylelint css/main.css fonts/roboto.css", "stylelint": "stylelint css/main.css fonts/roboto.css",
"htmlvalidator": "html-validator --file=index.html", "htmlvalidator": "html-validator --file=index.html",