Skip to content

Commit

Permalink
(pub): publish v0.1.0
Browse files Browse the repository at this point in the history
- no actual API surface changes, but package now includes some new
  things like typings and CJS dev and prod builds
  - ESM build still exists as well and is under the `module` field
    in package.json per convention
  - Typings are automatically generated as the codebase has been
    rewritten in TypeScript
  • Loading branch information
agilgur5 committed Jul 14, 2019
1 parent b95eab7 commit 66ac4f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mst-persist",
"version": "0.0.2",
"version": "0.1.0",
"description": "Persist and hydrate MobX-state-tree stores",
"main": "dist/index.js",
"module": "dist/mst-persist.esm.js",
Expand Down

0 comments on commit 66ac4f9

Please sign in to comment.