Skip to content

Commit

Permalink
8.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 7, 2016
1 parent 4b5c8ec commit 8c3230e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 8.1.2 - 2016-05-07

- Fixed: prevent JSPM to throw unrecoverable error
([#205](https://github.com/postcss/postcss-import/pull/205))

# 8.1.1 - 2016-05-04

- Fixed: JSPM support
Expand Down
1 change: 1 addition & 0 deletions lib/resolve-id.js
Original file line number Diff line number Diff line change
@@ -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")
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-import",
"version": "8.1.1",
"version": "8.1.2",
"description": "PostCSS plugin to import CSS files",
"keywords": [
"css",
Expand Down

0 comments on commit 8c3230e

Please sign in to comment.