Skip to content

Commit 0862f0c

Browse files
committed
chore: Add types property to package.json (#232)
1 parent 4096b57 commit 0862f0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [unreleased]
88
### Added
9+
- chore(#232): Add types property to package.json (#232)
910
### Changed
10-
1111
### Fixed
1212
### Removed
1313
### BREAKING CHANGES

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"index.d.ts"
2222
],
2323
"main": "index.js",
24+
"types": "index.d.ts",
2425
"scripts": {
2526
"lint:typescript": "cd test-e2e/typescript && npm run copy:library && npm run lint",
2627
"lint:javascript": "eslint src test test-e2e/react-app/src test-e2e/react-app/cypress test-e2e/react-app/*.js *.js",

0 commit comments

Comments
 (0)