Skip to content

Commit 06ba61a

Browse files
committed
Consistent package.json
1 parent cae3646 commit 06ba61a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
2+
"type": "module",
3+
"private": true,
24
"dependencies": {
3-
"@fastly/js-compute": "^3.30.1"
5+
"@fastly/js-compute": "^3.33.2"
46
},
57
"devDependencies": {
6-
"@fastly/cli": "^10.14.0"
8+
"@fastly/cli": "^11.0.0"
79
},
810
"scripts": {
911
"build": "js-compute-runtime src/index.js bin/main.wasm",

0 commit comments

Comments
 (0)