Skip to content

Commit

Permalink
BREAKING: Remove pkg-resolve as a dep (#243)
Browse files Browse the repository at this point in the history
Users can still install it manually if they need the functionality.
  • Loading branch information
RyanZim committed Nov 12, 2016
1 parent 6e9742f commit 0cf36ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,13 @@ postcss()
})
```

### jspm Usage

postcss-import can `@import` [jspm](http://jspm.io) dependencies if
[`pkg-resolve`](https://www.npmjs.com/package/pkg-resolve) is installed by the
user. Run `npm install pkg-resolve` to install it. postcss-import should then be
able to import from jspm dependencies without further configuration.

---

## CONTRIBUTING
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
"npmpub": "^3.0.1",
"postcss-scss": "^0.1.3"
},
"optionalDependencies": {
"pkg-resolve": "^0.1.7"
},
"jspm": {
"name": "postcss-import",
"main": "index.js",
Expand Down

0 comments on commit 0cf36ec

Please sign in to comment.