Skip to content

Commit 7a44316

Browse files
Whoops
1 parent 5abd32a commit 7a44316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Whitespace-only changes.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openrouter/markdown-wasm",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
55
"type": "module",
66
"module": "./dist/index.js",
@@ -15,7 +15,7 @@
1515
"/dist"
1616
],
1717
"scripts": {
18-
"build": "cross-env RUSTC_BOOTSTRAP=1 wasm-pack build --out-dir dist --out-name index --release --no-pack --target bundler . -Z build-std=panic_abort,std -Z build-std-features=panic_immediate_abort",
18+
"build": "cross-env RUSTC_BOOTSTRAP=1 wasm-pack build --out-dir dist --out-name index --release --no-pack --target bundler . -Z build-std=panic_abort,std -Z build-std-features=panic_immediate_abort && rm dist/.gitignore",
1919
"test": "pnpm build && vitest run"
2020
},
2121
"repository": {

0 commit comments

Comments
 (0)