rename mondo package to mondolang

This commit is contained in:
Felix Roos 2025-05-02 16:20:23 +02:00
parent 4208c79c09
commit 607a6121bc
No known key found for this signature in database
5 changed files with 8 additions and 4 deletions

View file

@ -11,7 +11,7 @@ more info:
## Example Usage
```js
import { MondoRunner } from 'mondo'
import { MondoRunner } from 'mondolang'
// define our library of functions and variables
let lib = {
add: (a, b) => a + b,