Skip to content

Commit

Permalink
Merge pull request #205 from Oliboy50/patch-1
Browse files Browse the repository at this point in the history
update note about npm peerDependencies auto-installing removal
  • Loading branch information
Couto committed Jan 26, 2016
2 parents 2fa087a + e92754c commit 019c45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
npm install babel-loader babel-core babel-preset-es2015 babel-preset-react --save-dev
```

__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`.
__Note:__ [npm](https://npmjs.com) deprecated [auto-installing of peerDependencies](https://github.com/npm/npm/issues/6565) since npm@3, so required peer dependencies like babel-core and webpack must be listed explicitly in your `package.json`.

__Note:__ If you're upgrading from babel 5 to babel 6, please take a look [at this guide](https://medium.com/@malyw/how-to-update-babel-5-x-6-x-d828c230ec53#.yqxukuzdk).

Expand Down

0 comments on commit 019c45b

Please sign in to comment.