Skip to content

Commit c69b794

Browse files
authored
Merge branch 'master' into gh-ci
2 parents 40bea8f + f323840 commit c69b794

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@ export default class TaskListsElement extends HTMLElement {
22
disabled: boolean
33
sortable: boolean
44
}
5+
6+
declare global {
7+
interface Window {
8+
TaskListsElement: typeof TaskListsElement
9+
}
10+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github/task-lists-element",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Drag and drop task list items.",
55
"repository": "github/task-lists-element",
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)