Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Remove pkg-resolve as a dep #243

Merged
merged 1 commit into from
Nov 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
BREAKING: Remove pkg-resolve as a dep
Users can still install it manually if they need the functionality.
  • Loading branch information
RyanZim committed Nov 12, 2016

Verified

This commit was signed with the committer’s verified signature.
commit 1822dfa34c835a48957be60eb80dfec22e436f06
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",