Skip to content

Commit 7aeec27

Browse files
Merge pull request #98 from terminusdb/fix-https-not-found
Adding browser setting in package.json (fix #97)
2 parents 29784d2 + 1609449 commit 7aeec27

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,13 @@
7777
"bugs": {
7878
"url": "https://github.com/terminusdb/terminusdb-client/issues"
7979
},
80-
"homepage": "https://github.com/terminusdb/terminusdb-client#readme"
80+
"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+
}
8189
}

0 commit comments

Comments
 (0)