From 8c52cf4ce605ae63410dbdadcadc6f1fd36ae939 Mon Sep 17 00:00:00 2001 From: orta Date: Tue, 27 Jun 2023 08:01:10 +0100 Subject: [PATCH] Fix --- packages/markdown-it-shiki-twoslash/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/markdown-it-shiki-twoslash/package.json b/packages/markdown-it-shiki-twoslash/package.json index d0ee75d..b09dbea 100644 --- a/packages/markdown-it-shiki-twoslash/package.json +++ b/packages/markdown-it-shiki-twoslash/package.json @@ -21,7 +21,7 @@ ], "scripts": { "build": "esbuild src/index.ts --outfile=dist/index.js --target=node12 --platform=node", - "bootstrap": "pnpm exec tsc src/index.ts --declaration --emitDeclarationOnly --outdir dist --esModuleInterop", + "bootstrap": "pnpm exec tsc src/index.ts --declaration --emitDeclarationOnly --outdir dist --esModuleInterop" }, "dependencies": { "deasync": "^0.1.21",