Tools: Use Yarn 3 to manage monorepo (#5833)

This commit is contained in:
Laurent
2021-12-20 15:08:43 +00:00
committed by GitHub
parent dea79fa3b7
commit 7f64fbfd9b
127 changed files with 32340 additions and 261687 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ Later you will also need a way to generate the slug for each header. A slug is a
Then this is the function you will need for Joplin, so copy it somewhere in your file:
```typescript
const uslug = require('uslug');
const uslug = require('@joplin/fork-uslug');
let slugs = {};