Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 27, 2023
1 parent 2d7e333 commit 8c52cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown-it-shiki-twoslash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8c52cf4

Please sign in to comment.