Skip to content

Commit

Permalink
fix: Add metadata to mark peer dependencies as optional for npm7+
Browse files Browse the repository at this point in the history
  • Loading branch information
Keegan Street committed Feb 7, 2022
1 parent 9696b1c commit 87a0382
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
"iltorb": "^2.0.0",
"node-zopfli-es": "^1.0.3"
},
"peerDependenciesMeta": {
"iltorb": {
"optional": true
},
"node-zopfli-es": {
"optional": true
}
},
"engines": {
"node": ">=8.0"
},
Expand Down

0 comments on commit 87a0382

Please sign in to comment.