Skip to content

Commit

Permalink
Update package.json to allow for Node 16
Browse files Browse the repository at this point in the history
Related to getting Manifold up and running on my development machine. refs ManifoldScholar/manifold-docusaurus#164
  • Loading branch information
carolyncole authored Sep 22, 2023
1 parent a271f06 commit c9a4bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"slate": "^0.90.0"
},
"engines": {
"node": ">=8.0.0 <13.0.0"
"node": ">=8.0.0 <17.0.0"
},
"browserslist": [
"defaults",
Expand Down

0 comments on commit c9a4bcb

Please sign in to comment.