SSJ6Porfy / react-crypto-graph

6 stars 0 forks source link

Fix npm package so it has all it's dependencies when a user installs #6

Open ckane30691 opened 6 years ago

ckane30691 commented 6 years ago

Set up npm package to automatically install all dependencies upon installation.

Adrianjewell91 commented 6 years ago

We just need to add this to the package.json: }, "dependencies": { "polished": "^1.9.0", "prop-types": "^15.6.0", "react": "^16.2.0", "react-dom": "^16.2.0", "styled-components": "^3.1.6" }

I discovered this on a branch but I changed to many things to merge it, and then ran out of time.

ckane30691 commented 6 years ago

Hey guys sorry I've been quiet on this all week. I've been in the midst of some coding challenges lol. Where are we at on this?