Swap to npm lib

This commit is contained in:
jliddev
2022-11-18 00:24:00 -06:00
parent f38ee3695c
commit 00605565fd
4 changed files with 19 additions and 13 deletions

View File

@@ -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",

View File

@@ -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": {

View File

@@ -0,0 +1,3 @@
call npm uninstall wowup-lib-core
call npm install ../../WowUp.Lib/Core

View File

@@ -0,0 +1,3 @@
call npm uninstall wowup-lib-core
call npm install wowup-lib-core