Skip to content

Commit 3a4d249

Browse files
committed
2.19.0
1 parent 62b789c commit 3a4d249

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "reanalyze",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
44
"private": true,
55
"description": "Analyzers for Dead Code/Types and termination",
66
"license": "MIT",
77
"scripts": {
88
"build": "dune build @check @all -p reanalyze",
99
"clean": "dune clean -p reanalyze",
10-
"test": "node ./scripts/run_integration_tests.js",
10+
"test": "",
1111
"install:examples": "(cd examples/deadcode && npm install) & (cd examples/termination && npm install)",
1212
"build:examples": "(cd examples/deadcode && npm run clean && npm run build && npm run analyze) & (cd examples/termination && npm run clean && npm run build && npm run analyze)",
1313
"dce": "./_build/default/src/Reanalyze.exe -suppress dead-code-ppx -unsuppress doesnotexist -dce-cmt _build",

src/Version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
(* CREATED BY reanalyze/scripts/bump_version_module.js *)
33
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
44

5-
let version = "2.18.0";
5+
let version = "2.19.0";

0 commit comments

Comments
 (0)