SubjectRefresh / refresh

A Machine Learning Question Generator
Other
4 stars 3 forks source link

Fix NPM Install Issues #16

Closed popey456963 closed 9 years ago

popey456963 commented 9 years ago
npm WARN package.json Refresh@ license should be a valid SPDX license expression

npm WARN peerDependencies The peer dependency stream-browserify@* included from bl will no longer be automatically installed to fulfill the peerDependencies in npm 3+. Your application will need to depend on it explicitly.

Although these don't affect us at the moment, we should fix them as they should be relatively easy to (and won't bite us later).

developius commented 9 years ago

I fixed the latter in de13b64ac402e25dfc58055596c191f2e089f1d5

developius commented 9 years ago

The license value needs fixing though

popey456963 commented 9 years ago

Fixed