Skip to content

Commit

Permalink
v3.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jscottsmith committed Jan 12, 2022
1 parent bf2572d commit 44c1255
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scroll-parallax",
"version": "3.0.0-beta.6",
"version": "3.0.0-beta.7",
"description": "React components to create parallax scroll effects for banners, images or any other DOM elements.",
"keywords": [
"react",
Expand Down Expand Up @@ -52,7 +52,9 @@
],
"collectCoverage": true,
"testURL": "http://localhost",
"setupFilesAfterEnv": ["<rootDir>/jest-setup.ts"]
"setupFilesAfterEnv": [
"<rootDir>/jest-setup.ts"
]
},
"peerDependencies": {
"react": "^16.8.0-0 || >=17.0.1",
Expand Down

0 comments on commit 44c1255

Please sign in to comment.