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 4b5c8ec commit 8c3230eCopy full SHA for 8c3230e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 8.1.2 - 2016-05-07
2
+
3
+- Fixed: prevent JSPM to throw unrecoverable error
4
+ ([#205](https://github.com/postcss/postcss-import/pull/205))
5
6
# 8.1.1 - 2016-05-04
7
8
- Fixed: JSPM support
lib/resolve-id.js
@@ -1,5 +1,6 @@
var resolve = require("resolve")
var jspmResolve
+// Works around https://github.com/jspm/jspm-cli/pull/1779 is released
try {
jspmResolve = require("pkg-resolve")
}
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
- "version": "8.1.1",
+ "version": "8.1.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
0 commit comments