refactor(runtimes/rescript): rename Runtime into CatalaRuntime

This commit is contained in:
Emile Rolley 2023-05-05 11:41:40 +02:00 committed by Emile Rolley
parent 2a39f1b5f8
commit b4372a965d
4 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -20,7 +20,7 @@
"catala",
"runtime"
],
"devDependencies": {
"dependencies": {
"decco": "^1.6.0",
"rescript": "^10.1.4"
}