Skip to content

Commit

Permalink
Fix 3 (#51)
Browse files Browse the repository at this point in the history
* fixes

* fix
  • Loading branch information
syvlabs authored Oct 4, 2024
1 parent 2de60c2 commit 58849b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"scripts": {
"dev": "next dev -p 3032",
"build": "next build",
"start": "next start",
"start": "next start -p 3131",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@getopenpay/openpay-js-react": "file:..",
"@getopenpay/openpay-js-react": "0.0.19-alpha.2de60c2",
"@stripe/stripe-js": "^4.3.0",
"classnames": "^2.5.1",
"fraction.js": "^4.3.7",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@getopenpay/openpay-js-react",
"version": "0.0.19",
"version": "0.0.20",
"description": "Accept payments through OpenPay, right on your site",
"author": "OpenPay <info@getopenpay.com> (https://getopenpay.com)",
"type": "module",
Expand All @@ -17,7 +17,7 @@
],
"scripts": {
"build": "tsc -p tsconfig.build.json && vite build",
"build:alpha": "NODE_ENV=development npm run build -- --mode staging",
"build:alpha": "npm run build -- --mode staging",
"build:dev": "tsc -p tsconfig.build.json && NODE_ENV=development vite build --mode development --watch",
"lint": "eslint . --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --fix --ignore-path=.eslintignore --report-unused-disable-directives --max-warnings 0",
Expand Down

0 comments on commit 58849b4

Please sign in to comment.