AriaFallah / mobx-store

A data store with declarative querying, observable state, and easy undo/redo.
MIT License
282 stars 9 forks source link

Add babel-runtime as a dependency #37

Closed remyhonig closed 8 years ago

remyhonig commented 8 years ago

In src/index.js babel-runtime is used. I get errors in my setup if i do not add babel-runtime as a dependency. Maybe you forgot?

AriaFallah commented 8 years ago

Can't hurt. Thanks!

By the way...not sure why the test failed.