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 a17af6c commit 1adf2d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecommerce",
"version": "0.1.0",
"name": "samecommerce",
"version": "1.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "samcrowncommerce-server",
"name": "sambackendecommerce",
"version": "1.0.0",
"license": "UNLICENSED",
"engines": {
Expand All @@ -8,7 +8,7 @@
},

"scripts": {
"client": "cd client && yarn start",
"client": "cd client && npm start",
"server": "nodemon server.js",
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
Expand Down

0 comments on commit 1adf2d8

Please sign in to comment.