From b9cb017ad736f99faea7dc75fbb970fbb53f26cf Mon Sep 17 00:00:00 2001 From: Benjamin San Souci Date: Sun, 15 Oct 2017 17:51:23 -0700 Subject: [PATCH] Also expose berror --- bsbnative.install | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bsbnative.install b/bsbnative.install index cf22dd7cd..c93206545 100644 --- a/bsbnative.install +++ b/bsbnative.install @@ -6,6 +6,7 @@ lib: [ "./META" {"META"} "./opam" {"opam"} ] sbin: [ + "./bin/berror" {"berror"} "./bin/bsb_helper.exe" {"bsb_helper.exe"} "./bin/bsc.exe" {"bsc.exe"} "./bin/bsdep.exe" {"bsdep.exe"} diff --git a/package.json b/package.json index 9962aeacd..5d2d1cac8 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,7 @@ "./bin/bsdep.exe": "bsdep.exe", "./bin/bsc.exe": "bsc.exe", "./bin/bspack.exe": "bspack", + "./bin/berror": "berror", "./vendor/ocaml/ocamlc.opt": "ocamlc.opt", "./vendor/ocaml/ocamlopt.opt": "ocamlopt.opt" },