Skip to content

Commit 9045fe9

Browse files
author
Paul Johnston
committed
First publish to npm
1 parent e4e6b9f commit 9045fe9

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "bzl-sdk-node",
2+
"name": "@stackb/bzl-sdk-node",
33
"displayName": "Bzl SDK for Node",
44
"description": "SDK for the Bzl API (nodejs)",
55
"version": "0.0.1",
@@ -19,5 +19,19 @@
1919
},
2020
"scripts": {
2121
"test": "jest"
22-
}
23-
}
22+
},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/stackb/bzl-sdk-node.git"
26+
},
27+
"keywords": [
28+
"bazel",
29+
"grpc"
30+
],
31+
"author": "stack.build authors",
32+
"license": "ISC",
33+
"bugs": {
34+
"url": "https://github.com/stackb/bzl-sdk-node/issues"
35+
},
36+
"homepage": "https://github.com/stackb/bzl-sdk-node#readme"
37+
}

0 commit comments

Comments
 (0)