diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f9956e5..5b32727a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -674,9 +674,6 @@ importers: date-fns: specifier: ^3.2.0 version: 3.2.0 - hs2js: - specifier: ^0.0.2 - version: 0.0.2 nanoid: specifier: ^5.0.4 version: 5.0.4 @@ -8522,12 +8519,6 @@ packages: lru-cache: 10.1.0 dev: true - /hs2js@0.0.2: - resolution: {integrity: sha512-ABgqMkNP3aTDm+zi8nmyEKkqIeL74T921cDb9fVbqozDnHE9SzvED995aNJqZt+wY+1roTcN29zgsg3RWVSmBw==} - dependencies: - web-tree-sitter: 0.20.8 - dev: false - /html-escaper@3.0.3: resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==} diff --git a/website/package.json b/website/package.json index 16d86d93..2ab91dd0 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "build": "astro build", "preview": "astro preview --port 3009 --host 0.0.0.0", "astro": "astro", - "postinstall": "cp node_modules/hs2js/dist/tree-sitter.wasm public && cp node_modules/hs2js/dist/tree-sitter-haskell.wasm public" + "postinstall": "cp ../packages/tidal/node_modules/hs2js/dist/tree-sitter.wasm public && cp ../packages/tidal/node_modules/hs2js/dist/tree-sitter-haskell.wasm public" }, "dependencies": { "@algolia/client-search": "^4.22.0", @@ -51,7 +51,6 @@ "astro": "^4.0.8", "claviature": "^0.1.0", "date-fns": "^3.2.0", - "hs2js": "^0.0.2", "nanoid": "^5.0.4", "nanostores": "^0.9.5", "react": "^18.2.0",