From 1d85e23cc6732c277cad89088a29c36da7a449a8 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Wed, 27 Jan 2016 18:11:29 +0100 Subject: [PATCH] 8.0.2 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d11084..f603262d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index bae4bf55..259c800c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-import", - "version": "8.0.1", + "version": "8.0.2", "description": "PostCSS plugin to import CSS files", "keywords": [ "css", @@ -32,7 +32,7 @@ "postcss-scss": "^0.1.3" }, "scripts": { - "lint": "eslint .", + "lint": "eslint --fix .", "pretest": "npm run lint", "test": "ava", "release": "npmpub"