Skip to content

Commit d683df7

Browse files
authored
Merge pull request #9 from Trickfilm400/typescript
fix: missing type file in publish config
2 parents 14c959c + 792f930 commit d683df7

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)