Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Jul 14, 2021
1 parent ff3d2e0 commit adb7721
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
36 changes: 36 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"name": "sambackendecommerce",
"version": "1.0.0",
"license": "UNLICENSED",
"engines": {
"node": "12.14.0",
"npm": "6.4.1"
},
"scripts": {
"client": "cd client && npm run start",
"server": "nodemon server.js",
Expand All @@ -15,6 +11,8 @@
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "2.8.5",
"dotenv": "7.0.0",
"express": "^4.16.4",
"stripe": "6.28.0"
Expand Down

0 comments on commit adb7721

Please sign in to comment.