Skip to content

Commit

Permalink
Update package version to 2.1.2 and change three dependency to be gre…
Browse files Browse the repository at this point in the history
…ater than or equal to 0.160.0
  • Loading branch information
Elius94 committed Jan 22, 2024
1 parent cb1735d commit ad3bf0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
{
"name": "photo-sphere-viewer-lensflare-plugin",
"version": "2.1.1",
"version": "2.1.2",
"description": "Plugin to add lens flares on a 360° pano built with photo-sphere-viewer",
"main": "dist/index.js",
"module": "dist/index.module.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"license": "MIT",
"peerDependencies": {
"@photo-sphere-viewer/core": "^5.6.0",
"three": "^0.160.0"
"three": ">=0.160.0"
},
"devDependencies": {
"@types/three": "^0.160.0",
Expand Down

0 comments on commit ad3bf0f

Please sign in to comment.