Skip to content

Commit 1d85e23

Browse files
committed
8.0.2
1 parent b109e73 commit 1d85e23

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 8.0.2 - 2015-01-27
2+
3+
- Fixed: Comments between imports statements are ignored
4+
([#164](https://github.com/postcss/postcss-import/pull/164))
5+
16
# 8.0.1 - 2015-01-27
27

38
- Fixed: missing "lib" folder

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",
@@ -32,7 +32,7 @@
3232
"postcss-scss": "^0.1.3"
3333
},
3434
"scripts": {
35-
"lint": "eslint .",
35+
"lint": "eslint --fix .",
3636
"pretest": "npm run lint",
3737
"test": "ava",
3838
"release": "npmpub"

0 commit comments

Comments
 (0)