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)
This commit is contained in:
parent
0bd6410d9f
commit
c3d27d1180
3 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ function generateSection(
|
||||||
author: parsed.data.author
|
author: parsed.data.author
|
||||||
? authors[parsed.data.author as keyof typeof authors] ?? null
|
? authors[parsed.data.author as keyof typeof authors] ?? null
|
||||||
: 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) {
|
if (article.id === section.id) {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"homepage": "https://tldraw.dev",
|
"homepage": "https://tldraw.dev",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/tldraw/tldraw-lite"
|
"url": "https://github.com/tldraw/tldraw"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/tldraw/tldraw/issues"
|
"url": "https://github.com/tldraw/tldraw/issues"
|
||||||
|
|
|
@ -8,7 +8,7 @@ async function main() {
|
||||||
plugins: ['npm'],
|
plugins: ['npm'],
|
||||||
baseBranch: 'main',
|
baseBranch: 'main',
|
||||||
owner: 'tldraw',
|
owner: 'tldraw',
|
||||||
repo: 'tldraw-lite',
|
repo: 'tldraw',
|
||||||
verbose: true,
|
verbose: true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue