Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
`npm` v7 [once again](https://github.com/npm/rfcs/blob/latest/implemented/0025-install-peer-deps.md) automatically `install`s `peerDependencies`.
  • Loading branch information
danielbayley committed Oct 16, 2020
1 parent 68d6133 commit 7ec15fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install
-------
Assuming you already:
1. [configured] `npm` to work with GitHub Packages
2. `install`ed [`peerDependencies`]
2. ensured [`peerDependencies`] are `install`ed
~~~ sh
npm config set @danielbayley:registry https://npm.pkg.github.com
npm install @danielbayley/jest-preset-coffeescript --save-dev
Expand Down Expand Up @@ -42,4 +42,4 @@ License
[`.md`]: test/index.coffee.md

[configured]: https://help.github.com/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages#authenticating-to-github-package-registry
[`peerDependencies`]: https://docs.npmjs.com/files/package.json#peerdependencies
[`peerDependencies`]: https://github.com/danielbayley/jest-preset-coffeescript/blob/master/package.json#L36-L38

0 comments on commit 7ec15fc

Please sign in to comment.