We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70a6fa commit dd46dc7Copy full SHA for dd46dc7
package.json
@@ -3,7 +3,10 @@
3
"version": "1.0.3",
4
"description": "Influxdb3 client written in rust and built for nodejs with napi-rs",
5
"main": "index.js",
6
- "repository": "git@github.com:BadMachine/influxdb3-napi.git",
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+ssh://git@github.com/BadMachine/influxdb3-napi.git"
9
+ },
10
"license": "MIT",
11
"keywords": [
12
"influx",
0 commit comments