From e1ccbce7101d7e3f79fec0453d5557090174a131 Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:36:30 -0700 Subject: [PATCH] fix pnpm lockfile having windows path seperator --- www/package.json | 4 ++-- www/pnpm-lock.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/package.json b/www/package.json index 89e28a9..41a1b26 100644 --- a/www/package.json +++ b/www/package.json @@ -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", diff --git a/www/pnpm-lock.yaml b/www/pnpm-lock.yaml index 3890387..73a93d6 100644 --- a/www/pnpm-lock.yaml +++ b/www/pnpm-lock.yaml @@ -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