generated from florian-lefebvre/astro-integration-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
31a47d3
commit 55c0afa
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "expressive-code-twoslash", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Add Twoslash support to your Expressive Code TypeScript code blocks.", | ||
"author": { | ||
"email": "[email protected]", | ||
|
@@ -31,7 +31,9 @@ | |
"default": "./dist/index.js" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build-js-module": "tsm --require=../../scripts/filter-warnings.cjs ./scripts/minify.ts", | ||
"compile": "tsup ./src/index.ts --format esm --dts --sourcemap --clean", | ||
|