Skip to content

Commit ba76271

Browse files
committed
Remove jspm notes from README
1 parent c004710 commit ba76271

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Type: `Array`
204204
Default: `[]`
205205

206206
An array of folder names to add to [Node's resolver](https://github.com/substack/node-resolve).
207-
Values will be appended to the default resolve directories:
207+
Values will be appended to the default resolve directories:
208208
`["node_modules", "web_modules"]`.
209209

210210
This option is only for adding additional directories to default resolver. If
@@ -228,13 +228,6 @@ postcss()
228228
})
229229
```
230230

231-
### jspm Usage
232-
233-
postcss-import can `@import` [jspm](http://jspm.io) dependencies if
234-
[`pkg-resolve`](https://www.npmjs.com/package/pkg-resolve) is installed by the
235-
user. Run `npm install pkg-resolve` to install it. postcss-import should then be
236-
able to import from jspm dependencies without further configuration.
237-
238231
## `dependency` Message Support
239232

240233
`postcss-import` adds a message to `result.messages` for each `@import`. Messages are in the following format:

0 commit comments

Comments
 (0)