Skip to content

Commit ad6d0a8

Browse files
romandeckerebrillhart
authored andcommitted
Include index.d.ts in package (#647)
Typescript type definitions were excluded from the built package via `.npmignore`. This commit adds an exception for the file so that the type definitions are installed correctly.
1 parent 5b68c09 commit ad6d0a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ __mocks__
1212
!LICENSE
1313
!README.md
1414
!package.json
15+
!index.d.ts

0 commit comments

Comments
 (0)