mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Lock yarn
This commit is contained in:
parent
0336d522ab
commit
691b65128d
4 changed files with 148054 additions and 0 deletions
1
.node-version
Normal file
1
.node-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
20.11.0
|
||||
148049
.yarn/releases/yarn-classic.cjs
vendored
Executable file
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
1
.yarnrc.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
yarnPath: .yarn/releases/yarn-classic.cjs
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue