Skip to content

Commit 33d7c37

Browse files
committed
f
1 parent 158769b commit 33d7c37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"files": [
1515
"./dist/esm",
1616
"./dist/cjs",
17-
"./dist/types"
17+
"./dist/types",
18+
"./dist/wasm"
1819
],
1920
"scripts": {
2021
"build:wasm": "cd ./src/wasm && rimraf pkg && wasm-pack build --target web --release && cd ../.. && node patch.js sha3_wasm",
@@ -60,4 +61,4 @@
6061
"peerDependencies": {
6162
"@hazae41/memory.wasm": "^1.0.8"
6263
}
63-
}
64+
}

0 commit comments

Comments
 (0)