Skip to content

Commit

Permalink
fix: package removal (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja authored Aug 5, 2024
1 parent de16ef3 commit 179a9a7
Show file tree
Hide file tree
Showing 6 changed files with 2,803 additions and 5,141 deletions.
5 changes: 1 addition & 4 deletions Hyperswitch-React-Demo-App/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,20 @@
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"node-fetch": "2.6.1",
"node-fetch": "2.7.0",
"patch-package": "^8.0.0",
"prompt": "^1.3.0",
"prompt-sync": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": " webpack --config webpack.dev.js && concurrently \"npm run start-client\" \"npm run start-server\"",
"start-client": "webpack serve --config webpack.dev.js",
"start-server": "node dist/server.js",
"build": "webpack --config webpack.common.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.{js,jsx}\""
},
"eslintConfig": {
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ Please refer to our [FAQs page][faqs].
- ApplePay
- GooglePay
- Klarna
- Kount
## 💪 Join us in building Hyperswitch
Expand Down
Loading

0 comments on commit 179a9a7

Please sign in to comment.