We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea603c commit b83ef76Copy full SHA for b83ef76
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ExampleProject",
+ "name": "ReasonProject",
3
"version": "0.0.1",
4
"description": "Example project with Reason as a dependency",
5
"repository": {
@@ -46,10 +46,13 @@
46
"whereisocamlmerlin": "eval $(dependencyEnv) && which ocamlmerlin-reason"
47
48
},
49
+ "devDependencies": {
50
+ "@opam-alpha/merlin": "^ 2.5.0"
51
+ },
52
"dependencies": {
53
"reason": "^ 1.4.0",
- "@opam-alpha/merlin": "^ 2.5.0",
54
"@opam-alpha/ocaml": "4.2.3",
55
+ "fastrealpath": "^0.1.0",
56
"nopam": "^0.1.0",
57
"dependency-env": "^0.0.1"
58
0 commit comments