KyleAMathews / react-autoupdate-time

Renders a <time> element that autoupdates at a configurable interval
MIT License
19 stars 4 forks source link

peerDependencies deprecated; not fulfilled in npm 3+ #1

Closed glsignal closed 9 years ago

glsignal commented 9 years ago

Warning received on installing your module

screenshot from 2015-05-04 17-13-49

KyleAMathews commented 9 years ago

There's nothing to fix here. This is just NPM warning of a change in how it handles peerDependencies. From a module's perspective, nothing is changing. NPM is going to stop auto-installing peerDependencies and instead will warn you if the dependency (in this case, moment) is not installed.

KyleAMathews commented 9 years ago

See http://blog.npmjs.org/post/110924823920/npm-weekly-5

glsignal commented 9 years ago

:+1: