alexkuz/react-dock

Change babel-runtime from devDeps to deps

zecaptus opened this issue · 2 comments

I'm unable to build 'babel-runtime/helpers/get.js' because your babel-runtime is in your devDependencies.

I'm using babel with Brunch.io

Thank you.

I found babel-runtime is in peerDependencies.

Install babel-runtime fix my problem.

$ npm install --save babel-runtime
babel-runtime@6.11.6 node_modules/babel-runtime
├── regenerator-runtime@0.9.5
└── core-js@2.4.1