Skip to content

Commit f2dd91a

Browse files
committed
chore: update hello-world version to 0.1.1 and add module type to npm package
1 parent 2e7e595 commit f2dd91a

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/scripts/publish-npm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ cat > package.json << EOF
1818
{
1919
"name": "@wassemble/$1",
2020
"version": "$version",
21+
"type": "module",
2122
"main": "index.js",
2223
"repository": {
2324
"type": "git",

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hello-world/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hello-world"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55

66
[dependencies]

wasm-pkg.toml

Whitespace-only changes.

0 commit comments

Comments
 (0)