Skip to content

Commit 0cb66f2

Browse files
authored
Upgrade to latest Reason. Also fixes breakages.
1 parent bff8722 commit 0cb66f2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 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 | refmterr",
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",
3636
"reasonbuild": "npm run reasonBuild",
3737
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",
3838
"clean": "rm -r ./_build",
@@ -45,7 +45,8 @@
4545
"@opam-alpha/merlin": "^ 2.5.0"
4646
},
4747
"dependencies": {
48-
"reason": "^ 1.4.0",
48+
"ocamlBetterErrors": "0.1.0",
49+
"reason": "^ 1.6.0",
4950
"@opam-alpha/ocaml": "4.2.3",
5051
"dependency-env": "^0.1.1",
5152
"fastrealpath": "^0.1.0",

0 commit comments

Comments
 (0)