Skip to content

Commit

Permalink
Add types folder to published files for native (#1716)
Browse files Browse the repository at this point in the history
* Add types folder to published files for native

* Add changeset for emotion/native typings

* Include only definition files in published package for @emotion/native typings
  • Loading branch information
META-DREAMER authored and emmatown committed Jan 14, 2020
1 parent b79781f commit cb637e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-rats-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/native': patch
---

Add type definitions to published files for NPM
1 change: 1 addition & 0 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"files": [
"src",
"dist",
"types/*.d.ts",
"macro.js"
],
"types": "types/index.d.ts",
Expand Down

0 comments on commit cb637e6

Please sign in to comment.