alexkuz/redux-devtools-inspector

babel-runtime should be a regular dependency

Closed this issue · 1 comments

Since peerDeps are no longer automatically installed in npm@3, they are only useful for things you assume parent app has to provide. Babel runtime should be a dependency. Specify a relaxed range (e.g. ^6.0.0) so it’s almost certainly deduped.

Fixed now.