Skip to content

Commit

Permalink
adjust demo package to fix CodeSandbox setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdeely committed Oct 4, 2023
1 parent 798beff commit 4bcfbb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "0.1.0",
"description": "Examples to get you started with react-recurly",
"private": true,
"main": "src/index.jsx",
"dependencies": {
"@recurly/react-recurly": "github:recurly/react-recurly",
"@recurly/react-recurly": "latest",
"dotenv": "^16.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 4bcfbb3

Please sign in to comment.