Skip to content

Commit

Permalink
(docs): add a types badge
Browse files Browse the repository at this point in the history
- to indicate to those who may not see the languages initially
  - e.g. on mobile GitHub, on NPM, etc
- badge relies on NPM, so won't work properly until new version is
  published
  • Loading branch information
agilgur5 committed Jul 14, 2019
1 parent c47523a commit 44f4abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![dm](https://img.shields.io/npm/dm/mst-persist.svg)](https://npmjs.org/package/mst-persist)
[![dw](https://img.shields.io/npm/dw/mst-persist.svg)](https://npmjs.org/package/mst-persist)

[![typings](https://img.shields.io/npm/types/mst-persist.svg)](https://github.com/agilgur5/mst-persist/blob/master/src/index.ts)

[![NPM](https://nodei.co/npm/mst-persist.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/mst-persist)

Persist and hydrate [MobX-state-tree](https://github.com/mobxjs/mobx-state-tree) stores.
Expand Down

0 comments on commit 44f4abd

Please sign in to comment.