X Tutup
Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit f8e16c5

Browse files
committed
^ same again
1 parent ff5ec22 commit f8e16c5

File tree

4 files changed

+1301
-1943
lines changed

4 files changed

+1301
-1943
lines changed

.yarn/releases/yarn-3.5.1.cjs

Lines changed: 0 additions & 873 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
yarnPath: .yarn/releases/yarn-3.5.1.cjs
2-
nodeLinker: "node-modules"
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5+
spec: "@yarnpkg/plugin-workspace-tools"

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"castv2-client": "^1.2.0",
3939
"chokidar": "^3.5.3",
4040
"discord-auto-rpc": "^1.0.17",
41-
"dns-js": "github:ciderapp/node-dns-js",
4241
"ejs": "^3.1.9",
4342
"electron-fetch": "^1.9.1",
4443
"electron-log": "^4.4.8",
@@ -53,12 +52,10 @@
5352
"mdns-js": "github:ciderapp/node-mdns-js",
5453
"mpris-service": "^2.1.2",
5554
"music-metadata": "7.12.6",
56-
"node-gyp": "^9.3.1",
5755
"node-ssdp": "^4.0.1",
5856
"node-ssdp-js": "^0.9.6",
5957
"qrcode": "^1.5.3",
6058
"request": "^2.88.2",
61-
"run-script-os": "^1.1.6",
6259
"simple-ssdp": "^1.0.2",
6360
"source-map-support": "^0.5.21",
6461
"ssdp-js": "^1.0.1",
@@ -83,6 +80,7 @@
8380
"electron-builder-notarize-pkg": "^1.2.0",
8481
"electron-webpack": "^2.8.2",
8582
"less": "^4.1.3",
83+
"node-gyp": "^9.4.0",
8684
"prettier": "2.8.8",
8785
"typescript": "^5.1.3",
8886
"vue-devtools": "^5.1.4",
@@ -229,6 +227,5 @@
229227
"node": ">= 16",
230228
"npm": ">= 6.13.4",
231229
"yarn": ">= 1.21.1"
232-
},
233-
"packageManager": "yarn@3.5.1"
230+
}
234231
}

0 commit comments

Comments
 (0)
X Tutup