Skip to content

Commit a33668c

Browse files
committed
Consistent package.json
1 parent 0f28da5 commit a33668c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"type": "module",
3+
"private": true,
34
"dependencies": {
4-
"@fastly/js-compute": "^3.0.0"
5+
"@fastly/js-compute": "^3.33.2"
56
},
67
"devDependencies": {
7-
"@fastly/cli": "^10.14.0"
8+
"@fastly/cli": "^11.0.0"
89
},
910
"scripts": {
1011
"build": "js-compute-runtime ./src/index.js ./bin/main.wasm",

0 commit comments

Comments
 (0)