fix pnpm lockfile having windows path seperator
This commit is contained in:
@@ -70,8 +70,8 @@
|
||||
"bson": "^6.6.0",
|
||||
"buffer": "^6.0.3",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"ic10emu_wasm": "file:..\\ic10emu_wasm\\pkg",
|
||||
"ic10lsp_wasm": "file:..\\ic10lsp_wasm\\pkg",
|
||||
"ic10emu_wasm": "file:../ic10emu_wasm/pkg",
|
||||
"ic10lsp_wasm": "file:../ic10lsp_wasm/pkg",
|
||||
"jquery": "^3.7.1",
|
||||
"lit": "^3.1.3",
|
||||
"lzma-web": "^3.0.1",
|
||||
|
||||
4
www/pnpm-lock.yaml
generated
4
www/pnpm-lock.yaml
generated
@@ -36,10 +36,10 @@ dependencies:
|
||||
specifier: ^3.12.0
|
||||
version: 3.12.0
|
||||
ic10emu_wasm:
|
||||
specifier: file:..\ic10emu_wasm\pkg
|
||||
specifier: file:../ic10emu_wasm/pkg
|
||||
version: file:../ic10emu_wasm/pkg
|
||||
ic10lsp_wasm:
|
||||
specifier: file:..\ic10lsp_wasm\pkg
|
||||
specifier: file:../ic10lsp_wasm/pkg
|
||||
version: file:../ic10lsp_wasm/pkg
|
||||
jquery:
|
||||
specifier: ^3.7.1
|
||||
|
||||
Reference in New Issue
Block a user