mirror of
https://github.com/WowUp/WowUp.git
synced 2026-05-24 14:35:53 -04:00
Swap to npm lib
This commit is contained in:
24
wowup-electron/package-lock.json
generated
24
wowup-electron/package-lock.json
generated
@@ -24,7 +24,7 @@
|
||||
"pushy-electron": "1.0.10",
|
||||
"rxjs": "7.5.6",
|
||||
"win-ca": "3.5.0",
|
||||
"wowup-lib-core": "file:../../WowUp.Lib/Core",
|
||||
"wowup-lib-core": "0.0.1",
|
||||
"yauzl": "2.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -135,11 +135,15 @@
|
||||
},
|
||||
"../../WowUp.Lib/Core": {
|
||||
"name": "wowup-lib-core",
|
||||
"version": "1.0.0",
|
||||
"version": "0.0.1",
|
||||
"extraneous": true,
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.2.3",
|
||||
"@types/node": "^16.18.3",
|
||||
"jest": "^29.3.1",
|
||||
"prettier": "^2.7.1",
|
||||
"ts-jest": "^29.0.3",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.9.3"
|
||||
@@ -23232,8 +23236,9 @@
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/wowup-lib-core": {
|
||||
"resolved": "../../WowUp.Lib/Core",
|
||||
"link": true
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/wowup-lib-core/-/wowup-lib-core-0.0.1.tgz",
|
||||
"integrity": "sha512-1ECaJcFzDG/yNzi6YFBTBuax/IbHYnXeedlufqVxKrdF0YtW1aeYyLZLFLPb9zwjuCggcMkof+2wNtm+2mD1+A=="
|
||||
},
|
||||
"node_modules/wrap-ansi": {
|
||||
"version": "7.0.0",
|
||||
@@ -38493,14 +38498,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"wowup-lib-core": {
|
||||
"version": "file:../../WowUp.Lib/Core",
|
||||
"requires": {
|
||||
"@types/node": "^16.18.3",
|
||||
"prettier": "^2.7.1",
|
||||
"tslint": "^6.1.3",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.9.3"
|
||||
}
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://registry.npmjs.org/wowup-lib-core/-/wowup-lib-core-0.0.1.tgz",
|
||||
"integrity": "sha512-1ECaJcFzDG/yNzi6YFBTBuax/IbHYnXeedlufqVxKrdF0YtW1aeYyLZLFLPb9zwjuCggcMkof+2wNtm+2mD1+A=="
|
||||
},
|
||||
"wrap-ansi": {
|
||||
"version": "7.0.0",
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
"pushy-electron": "1.0.10",
|
||||
"rxjs": "7.5.6",
|
||||
"win-ca": "3.5.0",
|
||||
"wowup-lib-core": "file:../../WowUp.Lib/Core",
|
||||
"wowup-lib-core": "0.0.1",
|
||||
"yauzl": "2.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
3
wowup-electron/scripts/core_to_local.bat
Normal file
3
wowup-electron/scripts/core_to_local.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
call npm uninstall wowup-lib-core
|
||||
|
||||
call npm install ../../WowUp.Lib/Core
|
||||
3
wowup-electron/scripts/core_to_npm.bat
Normal file
3
wowup-electron/scripts/core_to_npm.bat
Normal file
@@ -0,0 +1,3 @@
|
||||
call npm uninstall wowup-lib-core
|
||||
|
||||
call npm install wowup-lib-core
|
||||
Reference in New Issue
Block a user