ramsaylanier / react-cssmodules-sass-boilerplate

MIT License
16 stars 3 forks source link

include babel-runtime in devDependencies #2

Closed tylersloan closed 8 years ago

tylersloan commented 8 years ago

There was a babel-runtime error when trying to npm run startdev so i included babel-runtime as a devDependency to fix the error. Now, a simple npm install && npm run startdev will run without errors.