Skip to content

Commit

Permalink
Merge pull request #220 from chrisdeely/patch-1
Browse files Browse the repository at this point in the history
adjust demo package to fix CodeSandbox setup
  • Loading branch information
douglasmiller committed Oct 4, 2023
2 parents 798beff + 4bcfbb3 commit 8513b5f
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 8513b5f

Please sign in to comment.