Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metadata to mark peer dependencies as optional for npm7+
In npm 7 and npm 8, peer dependencies are installed by default. iltorb and node-zopfli-es are only required for older versions of Node, and it doesn't make sense for them to be installed automatically when shrink-ray-current is installed. This change adds a peerDependenciesMeta field to mark these peer dependencies as optional https://docs.npmjs.com/cli/v8/configuring-npm/package-json#peerdependenciesmeta
- Loading branch information