Skip to content

Commit

Permalink
Fix missing ts def (react-navigation#5689)
Browse files Browse the repository at this point in the history
* fix: missing typescript definition file

* chore: update changelog for missing ts file
  • Loading branch information
akiver authored and brentvatne committed Mar 16, 2019
1 parent acd15dd commit 6844559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Changed

- Updated react-native-gesture-handler to ~3.1.0
- Fix missing TypeScript definitions file in release package

## [3.4.0] - [2019-03-15](https://github.com/react-navigation/react-navigation/releases/tag/3.4.0)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"files": [
"src",
"NavigationTestUtils.js"
"NavigationTestUtils.js",
"typescript"
],
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 6844559

Please sign in to comment.