Skip to content

Commit afc9cfc

Browse files
committed
fix: global types
1 parent 1343210 commit afc9cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

palettez/global.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
interface Window {
2-
palettez: typeof import('./dist/palettez')
2+
palettez: typeof import('./dist/index')
33
}

palettez/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palettez",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"description": "Palettez",
55
"keywords": ["theming"],
66
"repository": {

0 commit comments

Comments
 (0)