Contribution Policy Changes: Part II

This commit is contained in:
Nicholas Hubbard 2016-04-09 19:08:07 -04:00
parent 18a670ae29
commit 3fcc163261

View File

@ -6,7 +6,9 @@
"scripts": { "scripts": {
"start": "electron js/electron.js", "start": "electron js/electron.js",
"eslint": "eslint .", "eslint": "eslint .",
"jscs": "jscs **/**/**/**/*.js" "jscs": "jscs **/**/**/**/*.js",
"stylelint": "stylelint css/main.css fonts/roboto.css",
"htmlvalidator": "html-validator --file=index.html"
}, },
"repository": { "repository": {
"type": "git", "type": "git",