Skip to content

Commit 7c0b779

Browse files
committed
Consistent package.json
1 parent 3b864c1 commit 7c0b779

File tree

1 file changed

+6
-20
lines changed

1 file changed

+6
-20
lines changed

package.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,22 @@
11
{
2-
"author": "oss@fastly.com",
3-
"bugs": {
4-
"url": "https://github.com/fastly/compute-starter-kit-javascript-queue/issues"
5-
},
2+
"type": "commonjs",
3+
"private": true,
64
"dependencies": {
7-
"@fastly/js-compute": "^3.0.0",
5+
"@fastly/js-compute": "^3.33.2",
86
"@upstash/redis": "^1.23.4",
97
"jws": "^4.0.0"
108
},
119
"devDependencies": {
12-
"@fastly/cli": "^10.14.0",
10+
"@fastly/cli": "^11.0.0",
1311
"buffer": "^6.0.3",
1412
"node-polyfill-webpack-plugin": "^2.0.1",
15-
"webpack": "^5.89.0",
13+
"webpack": "^5.98.0",
1614
"webpack-cli": "^5.1.4"
1715
},
18-
"engines": {
19-
"node": "^18.0.0"
20-
},
21-
"homepage": "https://developer.fastly.com/solutions/starters/compute-starter-kit-javascript-queue",
22-
"license": "MIT",
23-
"main": "src/index.js",
24-
"name": "compute-starter-kit-javascript-queue",
25-
"repository": {
26-
"type": "git",
27-
"url": "git+https://github.com/fastly/compute-starter-kit-javascript-queue.git"
28-
},
2916
"scripts": {
3017
"prebuild": "webpack",
3118
"build": "js-compute-runtime bin/index.js bin/main.wasm",
3219
"start": "fastly compute serve",
3320
"deploy": "fastly compute publish"
34-
},
35-
"version": "1.0.0-pre"
21+
}
3622
}

0 commit comments

Comments
 (0)