Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 154bb35

Browse files
chengloucristianoc
authored andcommitted
Install reanalyze as a devDep; remove Monads.re
1 parent f6afacf commit 154bb35

File tree

4 files changed

+49
-37
lines changed

4 files changed

+49
-37
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ npm-debug.log
44
*.install
55
_build
66
editor-extensions/vscode/*.zip
7-
examples/*/node_modules
87
examples/*/lib
9-
editor-extensions/vscode/node_modules
8+
node_modules

package-lock.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
"name": "rescript-editor-support",
33
"version": "1.0.0",
44
"scripts": {
5-
"dce": "dune build @check @all && reanalyze.exe -dce-cmt _build -suppress src/vendor"
5+
"dce": "dune build @check @all && node_modules/.bin/reanalyze -dce-cmt _build -suppress src/vendor"
66
},
7-
"keywords": [ "rescript", "lsp", "ide" ],
7+
"keywords": [
8+
"rescript",
9+
"lsp",
10+
"ide"
11+
],
812
"private": true,
9-
"repository": { "url": "https://github.com/rescript-lang/rescript-editor-support", "type": "git" },
13+
"repository": {
14+
"url": "https://github.com/rescript-lang/rescript-editor-support",
15+
"type": "git"
16+
},
1017
"description": "A pure-reason implementation of a language server",
1118
"author": "Cristiano Calcagno",
12-
"license": "MIT"
13-
}
19+
"license": "MIT",
20+
"devDependencies": {
21+
"reanalyze": "^2.15.0"
22+
}
23+
}

src/Monads.re

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)