Skip to content

Commit

Permalink
chore: re-generate yarn lock and add engines restrictions
Browse files Browse the repository at this point in the history
Hotell committed Mar 21, 2021
1 parent f89d3b4 commit 572dcba
Showing 2 changed files with 1,232 additions and 1,493 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@
"name": "ngparty-web",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">= 14",
"yarn": ">= 1.22"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Loading

0 comments on commit 572dcba

Please sign in to comment.