Clean Up the Contributing Documentation and Process: Part II

* Add `grunt-stylelint` over the complicated PostCSS method previously used.
* Remove PostCSS dependencies.
This commit is contained in:
Nicholas Hubbard 2016-09-08 15:14:00 -04:00 committed by GitHub
parent 3cc186f7e4
commit 1a54bafdd5

View File

@ -5,9 +5,6 @@
"main": "js/electron.js",
"scripts": {
"start": "electron js/electron.js",
"jscs": "jscs **/**/**/**/*.js",
"stylelint": "stylelint css/main.css fonts/roboto.css",
"htmlvalidator": "html-validator --file=index.html",
"test": "snyk test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
@ -33,11 +30,9 @@
"electron-prebuilt": "latest",
"grunt": "latest",
"grunt-eslint": "latest",
"grunt-postcss": "latest",
"postcss-reporter": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest",
"time-grunt": "latest"
"time-grunt": "latest",
"grunt-stylelint": "latest"
},
"dependencies": {
"express": "^4.14.0",