Skip to content

Commit

Permalink
typos and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
krambuhl committed Jul 30, 2017
1 parent 5f81802 commit cdc155a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const postcssPlugins = [
// use aliases defined in config
alias: webpackConfig.resolve.alias,

// use aliases defined in config
// include where to look for modules
modules: ['src', 'node_modules']
})
})
Expand All @@ -31,7 +31,7 @@ const postcssPlugins = [

## createResolver(opts)

returns a `postcss-import` resolve function, takes the same options as [enhanced-resolve](https://www.npmjs.com/package/enhanced-resolve).
returns a `postcss-import` resolve function, takes the same options as [enhanced-resolve](https://www.npmjs.com/package/enhanced-resolve). Please refer there for proper API documentation.


## License
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-webpack-resolver",
"version": "1.0.0",
"version": "1.0.1",
"description": "creates a resolve function for postcss-import with webpack",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit cdc155a

Please sign in to comment.