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", "main": "js/electron.js",
"scripts": { "scripts": {
"start": "electron js/electron.js", "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", "test": "snyk test",
"snyk-protect": "snyk protect", "snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect" "prepublish": "npm run snyk-protect"
@ -33,11 +30,9 @@
"electron-prebuilt": "latest", "electron-prebuilt": "latest",
"grunt": "latest", "grunt": "latest",
"grunt-eslint": "latest", "grunt-eslint": "latest",
"grunt-postcss": "latest",
"postcss-reporter": "latest",
"stylelint": "latest",
"stylelint-config-standard": "latest", "stylelint-config-standard": "latest",
"time-grunt": "latest" "time-grunt": "latest",
"grunt-stylelint": "latest"
}, },
"dependencies": { "dependencies": {
"express": "^4.14.0", "express": "^4.14.0",
@ -52,4 +47,4 @@
"walk": "latest" "walk": "latest"
}, },
"snyk": true "snyk": true
} }