Skip to content

Commit bc745f4

Browse files
committed
Add .fastlyignore, Update to CLI 12.1.0
1 parent 97915af commit bc745f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.fastlyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/node_modules
2+
/bin
3+
/pkg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@fastly/js-compute": "^3.33.2"
66
},
77
"devDependencies": {
8-
"@fastly/cli": "^11.0.0"
8+
"@fastly/cli": "^12.1.0"
99
},
1010
"scripts": {
1111
"build": "js-compute-runtime ./src/index.js ./bin/main.wasm",

0 commit comments

Comments
 (0)