Skip to content

Commit

Permalink
fix: moves peerDependenciesMeta to the right package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Jan 31, 2023
1 parent 239f371 commit a802af9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 23 deletions.
5 changes: 5 additions & 0 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,10 @@
],
"peerDependencies": {
"buffer": ">=6.0.3"
},
"peerDependenciesMeta": {
"buffer": {
"optional": true
}
}
}
27 changes: 12 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@
"build": "./scripts/build",
"benchmark": "./scripts/benchmark"
},
"peerDependencies": {
"buffer": ">=6.0.3"
},
"peerDependenciesMeta": {
"buffer": {
"optional": true
}
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
Expand All @@ -25,6 +17,7 @@
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.4",
"buffer-crc32": "^0.2.13",
"buffer": "^6.0.3",
"chai": "^4.3.7",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down

0 comments on commit a802af9

Please sign in to comment.