package.json in bitters-2.0.3 vs package.json in bitters-2.0.4
- old
+ new
@@ -1,10 +1,9 @@
{
"name": "Bitters",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Scaffold styles, variables and structure for web projects.",
- "main": "Gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/bitters.git"
},
"keywords": [
@@ -20,20 +19,16 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/thoughtbot/bitters/issues"
},
"devDependencies": {
- "@thoughtbot/eslint-config": "^0.1.0",
- "@thoughtbot/stylelint-config": "^1.1.0",
- "bourbon": "^6.0.0",
- "browser-sync": "^2.26.7",
- "eslint": "5.16.0",
- "gulp": "^4.0.2",
- "gulp-sass": "^4.0.2",
- "sass": "^1.23.0",
- "stylelint": "^10.1.0"
+ "@thoughtbot/stylelint-config": "1.1.0",
+ "bourbon": "^7.0.0",
+ "parcel-bundler": "^1.12.4",
+ "sass": "^1.26.5",
+ "stylelint": "10.1.0"
},
"scripts": {
- "eslint": "npx eslint '**/*.js'",
+ "contrib": "npx parcel contrib/index.html --out-dir contrib/build",
"stylelint": "npx stylelint 'core/**/*.scss'"
}
}