Skip to content

Commit 8f8f11d

Browse files
committed
Fixed: missing "lib" folder
Closes #161
1 parent 56a9ecf commit 8f8f11d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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.1 - 2015-01-27
2+
3+
- Fixed: missing "lib" folder
4+
([#161](https://github.com/postcss/postcss-import/issues/161))
5+
16
# 8.0.0 - 2015-01-27
27

38
- Removed: async mode/option (now async by default)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",
@@ -14,7 +14,8 @@
1414
"license": "MIT",
1515
"repository": "https://github.com/postcss/postcss-import.git",
1616
"files": [
17-
"index.js"
17+
"index.js",
18+
"lib"
1819
],
1920
"dependencies": {
2021
"object-assign": "^4.0.1",

0 commit comments

Comments
 (0)