Skip to content

Commit e1d4d80

Browse files
Remove unused dependencies from package.json and package-lock.json
1 parent 208aebb commit e1d4d80

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

package-lock.json

Lines changed: 1 addition & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
"test": "node ."
1212
},
1313
"dependencies": {
14-
"@xterm/xterm": "^5.5.0",
1514
"adm-zip": "^0.5.16",
1615
"axios": "^1.9.0",
1716
"cli-progress": "^3.12.0",
1817
"node-fetch": "^3.3.2",
1918
"tar": "^7.4.3",
20-
"uuid": "^11.1.0",
21-
"windows-shortcuts": "^0.1.6"
19+
"uuid": "^11.1.0"
2220
},
2321
"devDependencies": {
2422
"electron": "^36.1.0",

0 commit comments

Comments
 (0)