Skip to content

Commit 952b2ce

Browse files
author
Hongbo Zhang
committed
tweak package.json
1 parent 985ab2c commit 952b2ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@
3232
},
3333
"bin": {
3434
"bsc": "./bin/bsc",
35+
"bsppx": "./bin/bsppx",
3536
"ocaml": "./bin/ocaml",
36-
"ocamlc": "./bin/ocamlc.opt",
37+
"ocamlc": "./bin/ocamlc",
38+
"ocamlc.opt": "./bin/ocamlc.opt",
3739
"ocamldep": "./bin/ocamldep.opt",
3840
"ocamllex": "./bin/ocamllex.opt",
3941
"ocamlobjinfo": "./bin/ocamlobjinfo",

0 commit comments

Comments
 (0)