react-dock
react-dock copied to clipboard
Change babel-runtime from devDeps to deps
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
[email protected] node_modules/babel-runtime
├── [email protected]
└── [email protected]