Skip to content

Commit bf50e8e

Browse files
committed
Add plugin package details
1 parent a79b24d commit bf50e8e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"name": "@sigmacomputing/plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Sigma Computing Plugin Client API",
55
"license": "MIT",
6+
"homepage": "https://github.com/sigmacomputing/plugin",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/sigmacomputing/plugin.git"
10+
},
11+
"bugs": {
12+
"email": "[email protected]",
13+
"url": "https://github.com/sigmacomputing/plugin/issues"
14+
},
615
"module": "./src/index.ts",
716
"main": "./dist/index.js",
817
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)