Skip to content

Commit

Permalink
8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 27, 2016
1 parent b109e73 commit 1d85e23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 8.0.2 - 2015-01-27

- Fixed: Comments between imports statements are ignored
([#164](https://github.com/postcss/postcss-import/pull/164))

# 8.0.1 - 2015-01-27

- Fixed: missing "lib" folder
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "8.0.1",
"version": "8.0.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand Down Expand Up @@ -32,7 +32,7 @@
"postcss-scss": "^0.1.3"
},
"scripts": {
"lint": "eslint .",
"lint": "eslint --fix .",
"pretest": "npm run lint",
"test": "ava",
"release": "npmpub"
Expand Down

0 comments on commit 1d85e23

Please sign in to comment.