Skip to content

Commit 5ac2ba3

Browse files
committed
remove better errors while it's temporarily broken
1 parent 0548bfd commit 5ac2ba3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"postinstall": "npm run reasonBuild",
3434
"buildHelp": "eval $(dependencyEnv) && nopam && rebuild --help",
35-
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | berror.native --path-to-refmttype refmttype",
35+
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native",
3636
"reasonbuild": "npm run reasonBuild",
3737
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",
3838
"clean": "rm -r ./_build",
@@ -45,8 +45,7 @@
4545
"@opam-alpha/merlin": "^ 2.5.0"
4646
},
4747
"dependencies": {
48-
"ocamlBetterErrors": "0.1.0",
49-
"reason": "^ 1.6.0",
48+
"reason": "^ 1.9.0",
5049
"@opam-alpha/ocaml": "4.2.3",
5150
"dependency-env": "^0.1.1",
5251
"nopam": "^0.1.0"

0 commit comments

Comments
 (0)