Open AronVanAmmers opened 8 years ago
Apparently the devs of angular-timer
realized this and corrected to moment
, though the version installed through bower still refers to momentjs
.
In any case it doesn't seem to cause any conflicts on our side.
Okay!
Yeah they are the same thing, @AronVanAmmers I agree. I see angular-timer's package.json
is uptodate but bower.json
is not.
They indeed updated already, but forgot to bump the version number which apparently is a requirement for update of a bower package. So I suggested to do that.
I assume the small version difference won't be a problem. bower_components/moment/ (v2.10.6) bower_components/momentjs/ (v2.9.0)
I just installed
angular-timer
, which requiresmomentjs
. We already hadmoment
which is required byangular-moment
.moment
andmomentjs
seem to be 2 instances of the same thing.