pmndrs / maath

🪶 Math helpers for the rest of us
https://maath.pmnd.rs
801 stars 15 forks source link

More flexible peer dependencies #25

Closed universse closed 2 years ago

universse commented 2 years ago

npm install throws error if the project has newer versions of maath's peerDependencies listed as dependencies/devDependencies. Maybe something like this would help?

"peerDependencies": {
  "@types/three": ">=0.134.0",
  "three": ">=0.134.0"
}
gsimone commented 2 years ago

Thank you!