fix pnpm lockfile having windows path seperator

This commit is contained in:
Rachel Powers
2024-04-17 19:36:30 -07:00
parent 0dc0875e18
commit e1ccbce710
2 changed files with 4 additions and 4 deletions

View File

@@ -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
View File

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