Skip to content

Commit fd18d6d

Browse files
author
Jake Champion
committed
ensure the required package files are uploaded to npm
1 parent 6ad3548 commit fd18d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@fastly/js-compute",
33
"version": "0.5.4",
4-
"js-compute-runtime-version": "0.5.3",
54
"engines": {
65
"node": "^16 || ^18"
76
},
@@ -19,6 +18,8 @@
1918
"files": [
2019
"reference-docs",
2120
"js-compute-runtime-cli.js",
21+
"js-compute-runtime.wasm",
22+
"src",
2223
"index.d.ts",
2324
"package.json",
2425
"README.md",

0 commit comments

Comments
 (0)