package.json in bitters-1.8.0 vs package.json in bitters-2.0.0
- old
+ new
@@ -22,12 +22,16 @@
"bugs": {
"url": "https://github.com/thoughtbot/bitters/issues"
},
"homepage": "http://bitters.bourbon.io",
"devDependencies": {
- "bourbon": "^5.0",
- "gulp": "^3.9",
- "gulp-autoprefixer": "^3.1",
- "gulp-connect": "^5.0",
- "gulp-sass": "^3.1"
+ "@thoughtbot/stylelint-config": "^1.0.1",
+ "bourbon": "^5.1.0",
+ "browser-sync": "^2.26.7",
+ "gulp": "^4.0.2",
+ "gulp-sass": "^4.0.2",
+ "stylelint": "^10.1.0"
+ },
+ "scripts": {
+ "stylelint": "stylelint 'core/**/*.scss'"
}
}