Skip to content

Commit f7478ad

Browse files
committed
tweak schema
1 parent 439a520 commit f7478ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docson/build-schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"description": "package name"
4242
},
4343
"ocaml-config" : {
44+
"title": "OCaml Configuration format",
4445
"properties": {
4546
"bsdep": {
4647
"type": "string",
@@ -71,7 +72,7 @@
7172
},
7273
"bs-lib-dir": {
7374
"type": "string",
74-
"description": "path to install bucklescript ocaml libs, used for its dependent compilation, default to /lib/buckle "
75+
"description": "path to install bucklescript ocaml libs, used for its dependent compilation, default to /lib/bs "
7576
},
7677
"bs-dependencies": {
7778
"type" : "object",

0 commit comments

Comments
 (0)