Skip to content

Commit

Permalink
fixed packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Korzunov committed Feb 11, 2019
1 parent 4ca078c commit 5b28913
Show file tree
Hide file tree
Showing 3 changed files with 1,103 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ const oldShape = ['CreditCard', ['Visa', '1111-566-...']];
const newShape = { k: 'CreditCard', p: ['Visa', '1111-566-...'] };
```
Last but not least: no CJS only ESM for distribution.
### Breaking changes from 1.2 -> 2.0
There should be no breaking changes, but I completely rewrote the types that drive public api. So if you for some reasons used them pls look into d.ts file for a replacement.
Expand Down
Loading

0 comments on commit 5b28913

Please sign in to comment.