diff --git a/runtimes/rescript/README.md b/runtimes/rescript/README.md index a96e2f32..4b653256 100644 --- a/runtimes/rescript/README.md +++ b/runtimes/rescript/README.md @@ -12,8 +12,6 @@ yarn add @catala-lang/rescript-catala ``` # in this dir -yarn -yarn build yarn link # in the project to use the lib diff --git a/runtimes/rescript/package.json b/runtimes/rescript/package.json index 5cb834a7..9da87e1d 100644 --- a/runtimes/rescript/package.json +++ b/runtimes/rescript/package.json @@ -20,7 +20,7 @@ "catala", "runtime" ], - "devDependencies": { + "dependencies": { "decco": "^1.6.0", "rescript": "^10.1.4" } diff --git a/runtimes/rescript/src/Runtime.res b/runtimes/rescript/src/CatalaRuntime.res similarity index 100% rename from runtimes/rescript/src/Runtime.res rename to runtimes/rescript/src/CatalaRuntime.res diff --git a/runtimes/rescript/src/Runtime.resi b/runtimes/rescript/src/CatalaRuntime.resi similarity index 100% rename from runtimes/rescript/src/Runtime.resi rename to runtimes/rescript/src/CatalaRuntime.resi