Skip to content

Commit 8c3230e

Browse files
committed
8.1.2
1 parent 4b5c8ec commit 8c3230e

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 8.1.1 - 2016-05-04
27

38
- Fixed: JSPM support

lib/resolve-id.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var resolve = require("resolve")
22
var jspmResolve
3+
// Works around https://github.com/jspm/jspm-cli/pull/1779 is released
34
try {
45
jspmResolve = require("pkg-resolve")
56
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-import",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
44
"description": "PostCSS plugin to import CSS files",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)