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 c843594 commit a89cb63Copy full SHA for a89cb63
libs/api/package.json
@@ -1,4 +1,7 @@
1
{
2
"name": "@rtbot-dev/wasm",
3
"main": "./bindings-cpp-wasm.js"
4
+ "repository": "github:rtbot-dev/rtbot",
5
+ "private": false,
6
+ "license": "MIT"
7
}
libs/wrappers/javascript/package.json
@@ -1,3 +1,9 @@
"name": "@rtbot-dev/rtbot"
+ "license": "MIT",
+ "dependencies": {
+ "@rtbot-dev/wasm": "latest"
8
+ }
9
0 commit comments