Skip to content

Commit 792f930

Browse files
committed
fix: missing type file in publish config
1 parent c22cc08 commit 792f930

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"main": "dist/SPHclient.js",
55
"typings": "dist/SPHclient.d.ts",
66
"files": [
7-
"SPHclient.js",
8-
"SPHclient.d.js",
7+
"dist/",
98
"readme.md",
109
"LICENSE"
1110
],

0 commit comments

Comments
 (0)