Skip to content

Commit c9447b5

Browse files
committed
fix: types
1 parent d4ed504 commit c9447b5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Publish
22

33
on:
44
push:
5-
paths:
6-
- src/**
75
branches:
86
- main
97

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "palettez",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Palettez",
55
"keywords": ["theming"],
66
"repository": {
@@ -28,11 +28,14 @@
2828
"types": "./palettez.min.txt.d.ts",
2929
"import": "./dist/palettez.min.txt",
3030
"default": "./dist/palettez.min.txt"
31+
},
32+
"./global": {
33+
"types": "./global.d.ts"
3134
}
3235
},
3336
"jsdelivr": "./dist/palettez.min.js",
3437
"unpkg": "./dist/palettez.min.js",
35-
"types": "./global.d.ts",
38+
"types": "./dist/index.d.ts",
3639
"files": ["dist", "global.d.ts", "palettez.min.txt.d.ts"],
3740
"scripts": {
3841
"build": "tsup"

0 commit comments

Comments
 (0)