moment.js official package should be "moment" instead of "momentjs"#218
Conversation
modified bower, gruntfile & test config to reflect that
moment.js official package should be "moment" instead of "momentjs"
|
Great work @mokipedia! But the package still isn't updated in Bower. I just (2016-040-02) installed
TLDR "dependencies": {
"angular": ">= 1.0.7",
"momentjs": "~2.9.0",
"humanize-duration": "~2.8.0"
},I see that it IS fixed in the current master branch here. And the version I get through Bower also has the same version as that (v1.3.3, both in It's not a blocking problem, but since I'm also using Can I perhaps contribute something to fix this? I've already made an npm package once, but never registered one for Vower before. But a quick google teaches me that this is initially done with a a
The bower package then points to the repo as registered in the This last step was skipped in this commit. Only the package name was changed... Conclusion |
modified bower, gruntfile & test config to reflect that