Skip to content

Commit

Permalink
0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 28, 2024
1 parent 4f315af commit 9b14c46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bytecodealliance/componentize-js",
"version": "0.11.1",
"version": "0.11.3",
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
"type": "module",
"exports": "./src/componentize.js",
Expand All @@ -20,10 +20,11 @@
"test": "mocha -u tdd test/test.js --timeout 120000"
},
"files": [
"lib",
"lib/interfaces",
"lib/spidermonkey-*",
"lib/starlingmonkey_embedding.wasm",
"src"
],
"ignore": "lib/starlingmonkey_embedding.debug.wasm",
"workspaces": [
"."
]
Expand Down

0 comments on commit 9b14c46

Please sign in to comment.