We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9ecf commit 8f8f11dCopy full SHA for 8f8f11d
CHANGELOG.md
@@ -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
6
# 8.0.0 - 2015-01-27
7
8
- Removed: async mode/option (now async by default)
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "8.0.0",
+ "version": "8.0.1",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
@@ -14,7 +14,8 @@
14
"license": "MIT",
15
"repository": "https://github.com/postcss/postcss-import.git",
16
"files": [
17
- "index.js"
+ "index.js",
18
+ "lib"
19
],
20
"dependencies": {
21
"object-assign": "^4.0.1",
0 commit comments