Skip to content

Commit bff8722

Browse files
committed
Bump dependency env
1 parent ff4e531 commit bff8722

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
"The scripts can be invoked with `npm run scriptNamed`.",
1818
"`dependencyEnv` ensure the environment is set up correctly to include",
1919
"build artifacts from your dependencies.",
20-
2120
"npm run reasonBuild uses a program called `rebuild` which is included with Reason ",
2221
"to build very simple test projects. `refmterr` processes stderr to print type errors ",
2322
"more beautifully.",
24-
2523
"Note: `rebuild` has nothing to do with the officially supported `npm rebuild` command."
2624
],
2725
"exportedEnvVars": {
@@ -32,31 +30,28 @@
3230
}
3331
},
3432
"scripts": {
35-
3633
"postinstall": "npm run reasonBuild",
3734
"buildHelp": "eval $(dependencyEnv) && nopam && rebuild --help",
3835
"reasonBuild": "eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr",
3936
"reasonbuild": "npm run reasonBuild",
40-
4137
"start": "eval $(dependencyEnv) && ./_build/src/Test.native",
4238
"clean": "rm -r ./_build",
4339
"top": "eval $(dependencyEnv) && rtop",
4440
"env": "eval $(dependencyEnv) && env",
4541
"editor": "eval $(dependencyEnv) && eval $EDITOR",
4642
"whereisocamlmerlin": "eval $(dependencyEnv) && which ocamlmerlin-reason"
47-
4843
},
4944
"devDependencies": {
5045
"@opam-alpha/merlin": "^ 2.5.0"
5146
},
5247
"dependencies": {
5348
"reason": "^ 1.4.0",
5449
"@opam-alpha/ocaml": "4.2.3",
50+
"dependency-env": "^0.1.1",
5551
"fastrealpath": "^0.1.0",
56-
"nopam": "^0.1.0",
57-
"dependency-env": "^0.0.1"
52+
"nopam": "^0.1.0"
5853
},
59-
"engines" : {
60-
"npm" : ">=3.10.0"
54+
"engines": {
55+
"npm": ">=3.10.0"
6156
}
6257
}

0 commit comments

Comments
 (0)