Skip to content

Commit b83ef76

Browse files
committed
Refactor package.json - put merlin in dev dependencies, rename
1 parent 7ea603c commit b83ef76

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ExampleProject",
2+
"name": "ReasonProject",
33
"version": "0.0.1",
44
"description": "Example project with Reason as a dependency",
55
"repository": {
@@ -46,10 +46,13 @@
4646
"whereisocamlmerlin": "eval $(dependencyEnv) && which ocamlmerlin-reason"
4747

4848
},
49+
"devDependencies": {
50+
"@opam-alpha/merlin": "^ 2.5.0"
51+
},
4952
"dependencies": {
5053
"reason": "^ 1.4.0",
51-
"@opam-alpha/merlin": "^ 2.5.0",
5254
"@opam-alpha/ocaml": "4.2.3",
55+
"fastrealpath": "^0.1.0",
5356
"nopam": "^0.1.0",
5457
"dependency-env": "^0.0.1"
5558
},

0 commit comments

Comments
 (0)