Skip to content

Commit

Permalink
fix: Move "engines" block to correct package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Aug 23, 2021
1 parent de574b3 commit d550b83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"engines": {
"node": "16.x",
"yarn": "1.x"
},
"browserslist": [
">0.2%",
"not dead",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "digital-mappa-2",
"engines": {
"node" : "12.12.0",
"yarn" : "1.7.0"
"engines": {
"node": "16.x",
"yarn": "1.x"
},
"scripts": {
"build": "cd client && yarn install && yarn build && cd ..",
Expand Down

0 comments on commit d550b83

Please sign in to comment.