Skip to content

Commit bc29024

Browse files
Diogo Francothebuilder
authored andcommitted
Add index.d.ts to package.json files (#75)
It looks like it's not being packaged for npm.
1 parent e298401 commit bc29024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"typings": "index.d.ts",
1111
"files": [
1212
"dist/*",
13-
"src/*"
13+
"src/*",
14+
"index.d.ts"
1415
],
1516
"repository": {
1617
"type": "git",

0 commit comments

Comments
 (0)