remove references to tldraw-lite (#1367)

remove some stray tldraw-lite references

### Change Type
- [x] `internal` — Any other changes that don't affect the published
package (will not publish a new version)
pull/1369/head
alex 2023-05-12 17:02:32 +01:00 zatwierdzone przez GitHub
rodzic 0bd6410d9f
commit c3d27d1180
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -103,7 +103,7 @@ function generateSection(
author: parsed.data.author
? authors[parsed.data.author as keyof typeof authors] ?? null
: null,
sourceUrl: `https://github.com/tldraw/tldraw-lite/tree/main/apps/docs/content/${section.id}/${articleId}${extension}`,
sourceUrl: `https://github.com/tldraw/tldraw/tree/main/apps/docs/content/${section.id}/${articleId}${extension}`,
}
if (article.id === section.id) {

Wyświetl plik

@ -10,7 +10,7 @@
"homepage": "https://tldraw.dev",
"repository": {
"type": "git",
"url": "https://github.com/tldraw/tldraw-lite"
"url": "https://github.com/tldraw/tldraw"
},
"bugs": {
"url": "https://github.com/tldraw/tldraw/issues"

Wyświetl plik

@ -8,7 +8,7 @@ async function main() {
plugins: ['npm'],
baseBranch: 'main',
owner: 'tldraw',
repo: 'tldraw-lite',
repo: 'tldraw',
verbose: true,
})