Skip to content

Commit

Permalink
(pub): publish v0.1.3 -- fixes missing __esModule in CJS
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed Dec 4, 2019
1 parent ed27858 commit b2cc981
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- releases / versioning -->
[![package-json](https://img.shields.io/github/package-json/v/agilgur5/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![releases](https://img.shields.io/github/tag-pre/agilgur5/mst-persist.svg)](https://github.com/agilgur5/mst-persist/releases)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.2.svg)](https://github.com/agilgur5/mst-persist/commits/master)
[![commits](https://img.shields.io/github/commits-since/agilgur5/mst-persist/v0.1.3.svg)](https://github.com/agilgur5/mst-persist/commits/master)
<br><!-- downloads -->
[![dt](https://img.shields.io/npm/dt/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![dy](https://img.shields.io/npm/dy/mst-persist.svg)](https://npmjs.org/package/mst-persist)
Expand Down
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.1.2",
"version": "0.1.3",
"description": "Persist and hydrate MobX-state-tree stores",
"main": "dist/index.js",
"module": "dist/mst-persist.esm.js",
Expand Down

0 comments on commit b2cc981

Please sign in to comment.