assemble / grunt-assemble-i18n

Assemble middleware for adding i18n support to projects.
24 stars 8 forks source link

Fix with-plugin failing over outdated dependencies #32

Closed ain closed 10 years ago

ain commented 10 years ago

Update all dependencies to fix #31

doowb commented 10 years ago

This shouldn't be neccessary because we were using the ~ and you should have been able to update your dependencies with npm update. If that doesn't work, then I usually remove the dependency from the node_modules folder and do npm cache clear && npm i to make sure I get the latest patch version.

I'll merge this in since you updated grunt-mocha-test, but just wanted to let you know for the future.

ain commented 10 years ago

@doowb you're right, most of them had only patches, should have been working without package manifest update, but I was already at it, so it's done :)