backpack.css
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Changes to backpack.css 🎒 | ||
## 1.2.0 (November 5, 2018) | ||
- Add a JS module export. | ||
- Add ESLint. | ||
- Add a Prettier ignore file. | ||
## 1.1.0 (October 6, 2018) | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "backpack.css", | ||
"main": "lib/backpack.css", | ||
"version": "1.1.0", | ||
"main": "lib/index.js", | ||
"version": "1.2.0", | ||
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.", | ||
@@ -29,2 +29,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^3.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"normalize.css": "^8.0.0", | ||
@@ -31,0 +36,0 @@ "postcss-cli": "^6.0.0", |
Sorry, the diff of this file is not supported yet
35169
17
1119
10