Lock yarn

This commit is contained in:
Philip Peterson 2025-04-19 22:47:00 -07:00
parent 0336d522ab
commit 691b65128d
4 changed files with 148054 additions and 0 deletions

1
.node-version Normal file
View file

@ -0,0 +1 @@
20.11.0

148049
.yarn/releases/yarn-classic.cjs vendored Executable file

File diff suppressed because one or more lines are too long

1
.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-classic.cjs

View file

@ -2,6 +2,9 @@
"name": "hyper",
"version": "4.0.0-canary.5",
"repository": "zeit/hyper",
"engines": {
"node": "20.11.0"
},
"scripts": {
"start": "echo 'please run `yarn run dev` in one tab and then `yarn run app` in another one'",
"app": "cross-env ELECTRONMON_LOGLEVEL=error electronmon target",