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 26eeca6 commit 15aae4bCopy full SHA for 15aae4b
lib/bstracing renamed to cli/bstracing.js
package.json
@@ -39,7 +39,7 @@
39
},
40
"bin": {
41
"bsc": "cli/bsc.js",
42
- "bstracing": "lib/bstracing.js",
+ "bstracing": "cli/bstracing.js",
43
"rescript": "cli/rescript.js",
44
"rescript-tools": "cli/rescript-tools.js",
45
"rewatch": "cli/rewatch.js"
yarn.lock
@@ -2453,7 +2453,7 @@ __metadata:
2453
typescript: "npm:5.8.2"
2454
bin:
2455
bsc: cli/bsc.js
2456
- bstracing: lib/bstracing.js
+ bstracing: cli/bstracing.js
2457
rescript: cli/rescript.js
2458
rescript-tools: cli/rescript-tools.js
2459
rewatch: cli/rewatch.js
0 commit comments