Skip to content

Commit 413e4a7

Browse files
authored
Add the repository field to package.json (#161)
#161
1 parent a8d91e2 commit 413e4a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdk/js-compute/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@fastly/js-compute",
33
"version": "0.3.0",
4-
"js-compute-runtime-version": "0.2.4",
4+
"js-compute-runtime-version": "0.3.0",
55
"license": "SEE LICENSE IN LICENSE",
66
"main": "js-compute-runtime-cli.js",
77
"types": "index.d.ts",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/fastly/js-compute-runtime"
11+
},
812
"bin": {
913
"js-compute-runtime": "js-compute-runtime-cli.js"
1014
},

0 commit comments

Comments
 (0)