Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 28, 2024
1 parent d4ac43f commit 4f315af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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.0",
"version": "0.11.1",
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
"type": "module",
"exports": "./src/componentize.js",
Expand All @@ -20,11 +20,10 @@
"test": "mocha -u tdd test/test.js --timeout 120000"
},
"files": [
"console.js",
"lib",
"src"
],
"ignore": "spidermonkey_embedding.debug.wasm",
"ignore": "lib/starlingmonkey_embedding.debug.wasm",
"workspaces": [
"."
]
Expand Down

0 comments on commit 4f315af

Please sign in to comment.