react-dock icon indicating copy to clipboard operation
react-dock copied to clipboard

Change babel-runtime from devDeps to deps

Open zecaptus opened this issue 9 years ago • 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.

zecaptus avatar Feb 25 '16 16:02 zecaptus

I found babel-runtime is in peerDependencies.

xx7y7xx avatar Sep 07 '16 02:09 xx7y7xx

Install babel-runtime fix my problem.

$ npm install --save babel-runtime
[email protected] node_modules/babel-runtime
├── [email protected]
└── [email protected]

xx7y7xx avatar Sep 07 '16 02:09 xx7y7xx