mattstauffer / suggestive

Suggestive - take suggestions from the fans/followers of your podcast or blog
MIT License
98 stars 26 forks source link

Missing dependencies from package.json #11

Closed lazyguru closed 8 years ago

lazyguru commented 8 years ago

You are missing some dependencies from your package.json file. I was able to fix these by running:

npm install vueify --save-dev
npm install babel-preset-react --save-dev

Wasn't sure if you wanted a PR for that or if you want to just fix and add yourself

mattstauffer commented 8 years ago

@lazyguru Thanks!