Skip to content

Commit

Permalink
Clarify note on deprecated peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jul 15, 2015
1 parent 9f117b5 commit 17c7860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@
npm install babel-loader --save-dev
```

__Note:__ [npm](https://npmjs.com) will deprecate [peerDependencies](https://github.com/npm/npm/issues/6565) on the next major release, so required dependencies like babel-core and webpack will have to be installed manually.
__Note:__ [npm](https://npmjs.com) will deprecate [auto-installing of peerDependencies](https://github.com/npm/npm/issues/6565) on the next major release, so required peer dependencies like babel-core and webpack will have to be listed explicitly in your `package.json`.

## Usage

Expand Down

0 comments on commit 17c7860

Please sign in to comment.