Skip to content

Commit 7b410a9

Browse files
committed
add yarn
1 parent 8ef87c3 commit 7b410a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/remixdesktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"esbuild": "^0.19.5",
5151
"express": "^4.18.2",
5252
"isomorphic-git": "^1.24.2",
53-
"node-pty": "^0.10.1"
53+
"node-pty": "^0.10.1",
54+
"yarn": "^1.22.21"
5455
},
5556
"optionalDependencies": {
5657
"@remix-project/remix-ws-templates": "^1.0.27"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,7 @@
226226
"winston": "^3.3.3",
227227
"ws": "^7.3.0",
228228
"xterm": "^5.2.1",
229-
"xterm-addon-search": "^0.12.0",
230-
"yarn": "^1.22.21"
229+
"xterm-addon-search": "^0.12.0"
231230
},
232231
"devDependencies": {
233232
"@babel/cli": "^7.19.3",

0 commit comments

Comments
 (0)