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 2bc51a4 commit a17af6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "UNLICENSED",
"engines": {
"node": "10.15.3",
"node": "16.4.1",
"npm": "6.4.1"
},

Expand All @@ -12,8 +12,7 @@
"server": "nodemon server.js",
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
"start": "node server.js"
},
"dependencies": {
"compression": "1.7.4",
Expand Down

0 comments on commit a17af6c

Please sign in to comment.