Skip to content

Commit

Permalink
feat: move pako to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jan 20, 2025
1 parent 9af858b commit bd3d10e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"dependencies": {
"@types/pako": "^2.0.3",
"alea": "^1.0.1",
"pako": "^2.1.0",
"poisson-disk-sampling": "^2.3.1",
"simplex-noise": "^4.0.3",
"workerpool": "^9.2.0"
},
"peerDependencies": {
"three": ">=0.163.0"
"three": ">=0.163.0",
"pako": "^2.1.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.13.3",
Expand Down

0 comments on commit bd3d10e

Please sign in to comment.