Skip to content

Commit

Permalink
fix: update pkg config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justinidlerz committed Aug 16, 2024
1 parent 536a2b6 commit 4545f06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"swc-plugin"
],
"main": "target/wasm32-wasi/release/swc_remove_invalid_content_plugin.wasm",
"repository": {
"type": "git",
"url": "https://github.com/Justinidlerz/swc-remove-invalid-content-plugin"
},
"scripts": {
"build": "cargo build-wasi --release",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 4545f06

Please sign in to comment.