We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79b24d commit bf50e8eCopy full SHA for bf50e8e
package.json
@@ -1,8 +1,17 @@
1
{
2
"name": "@sigmacomputing/plugin",
3
- "version": "1.0.0",
+ "version": "1.0.0-rc.1",
4
"description": "Sigma Computing Plugin Client API",
5
"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
15
"module": "./src/index.ts",
16
"main": "./dist/index.js",
17
"types": "./dist/index.d.ts",
0 commit comments