Skip to content

Commit

Permalink
Add peerDependenciesMeta to the default options
Browse files Browse the repository at this point in the history
When sorting package.json entries it makes sense to put `peerDependenciesMeta` after `peerDependencies`.

The field `peerDependenciesMeta` comes from Yarn and it was implemented NPM: npm/cli#224
  • Loading branch information
dfernandez-asapp committed Jun 12, 2020
1 parent c47161b commit 65840f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/defaultOptions.js
Expand Up @@ -50,6 +50,7 @@ module.exports = Object.freeze({
'bundleDependencies',
'bundledDependencies',
'peerDependencies',
'peerDependenciesMeta',
'devDependencies',

/**
Expand Down

0 comments on commit 65840f2

Please sign in to comment.