remove peer deps notes

This commit is contained in:
Felix Roos 2022-03-25 22:09:36 +01:00
parent 43d8f46eab
commit ef75590853
4 changed files with 66 additions and 34 deletions

View file

@ -14,6 +14,6 @@ Run the REPL locally:
```bash
cd repl
npm install --legacy-peer-deps
npm install
npm run start
```