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 29784d2 commit 1609449Copy full SHA for 1609449
package.json
@@ -77,5 +77,13 @@
77
"bugs": {
78
"url": "https://github.com/terminusdb/terminusdb-client/issues"
79
},
80
- "homepage": "https://github.com/terminusdb/terminusdb-client#readme"
+ "homepage": "https://github.com/terminusdb/terminusdb-client#readme",
81
+ "browser": {
82
+ "http": false,
83
+ "https":false,
84
+ "net": false,
85
+ "path": false,
86
+ "stream": false,
87
+ "tls": false
88
+ }
89
}
0 commit comments