Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Dec 24, 2023
1 parent 4d70495 commit 147245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postprocessing",
"version": "7.0.0-alpha",
"version": "7.0.0-alpha-1",
"description": "A post processing library for three.js.",
"homepage": "https://github.com/pmndrs/postprocessing",
"license": "Zlib",
Expand Down Expand Up @@ -81,7 +81,7 @@
"watch:js": "node esbuild -w"
},
"peerDependencies": {
"three": ">= 0.159.0 < 0.160.0"
"three": ">= 0.160.0 < 0.161.0"
},
"devDependencies": {
"@tweakpane/core": "2.x.x",
Expand Down

0 comments on commit 147245f

Please sign in to comment.