Skip to content

Commit 15aae4b

Browse files
committed
Fix bstracing CLI link
1 parent 26eeca6 commit 15aae4b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"bin": {
4141
"bsc": "cli/bsc.js",
42-
"bstracing": "lib/bstracing.js",
42+
"bstracing": "cli/bstracing.js",
4343
"rescript": "cli/rescript.js",
4444
"rescript-tools": "cli/rescript-tools.js",
4545
"rewatch": "cli/rewatch.js"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ __metadata:
24532453
typescript: "npm:5.8.2"
24542454
bin:
24552455
bsc: cli/bsc.js
2456-
bstracing: lib/bstracing.js
2456+
bstracing: cli/bstracing.js
24572457
rescript: cli/rescript.js
24582458
rescript-tools: cli/rescript-tools.js
24592459
rewatch: cli/rewatch.js

0 commit comments

Comments
 (0)