Skip to content

Commit

Permalink
Fixed: missing "lib" folder
Browse files Browse the repository at this point in the history
Closes #161
  • Loading branch information
MoOx committed Jan 27, 2016
1 parent 56a9ecf commit 8f8f11d
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1 - 2015-01-27

- Fixed: missing "lib" folder
([#161](https://github.com/postcss/postcss-import/issues/161))

# 8.0.0 - 2015-01-27

- Removed: async mode/option (now async by default)
Expand Down
5 changes: 3 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.0",
"version": "8.0.1",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand All @@ -14,7 +14,8 @@
"license": "MIT",
"repository": "https://github.com/postcss/postcss-import.git",
"files": [
"index.js"
"index.js",
"lib"
],
"dependencies": {
"object-assign": "^4.0.1",
Expand Down

0 comments on commit 8f8f11d

Please sign in to comment.