Skip to content

Commit dad15a3

Browse files
committed
fix(publish): fix files in package.json
Closes #70
1 parent dd58a81 commit dad15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./index.d.ts",
77
"files": [
88
"index.js",
9-
"./index.d.ts",
9+
"index.d.ts",
1010
"logo.png"
1111
],
1212
"scripts": {

0 commit comments

Comments
 (0)