Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
annabay04 committed May 12, 2023
1 parent f21dab0 commit c86d830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "client",
"version": "1.0.0",
"engines": {
"node": "18.x"
},
"scripts": {
"start": "react-scripts start",
"client": "yarn start",
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"client",
"server"
],
"engines": {
"node": "18.x",
"npm": "8.x",
"yarn": "1.x"
},
"scripts": {
"start": "node server/dist/index.js",
"setup": "yarn install",
Expand Down

0 comments on commit c86d830

Please sign in to comment.