i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

Node.js: 0.1 builds are failing #107

Closed nsand closed 8 years ago

nsand commented 8 years ago

I noticed this after my last PR, but it looks like the Node.js: 0.1 builds are failing due to gulp-karma's dependency on karma@>=0.10 <=0.13. According to the maintainer, https://github.com/lazd/gulp-karma is deprecated, and Karma should be used directly. So this might be a good opportunity to move away from a deprecated module and fixing a failing build.

bugwelle commented 8 years ago

Thanks again :) :+1: