dbaq / angular-emoji-filter-hd

An AngularJS filter for replacing emoji codes with high-definition emoticons (Retina friendly).
Other
39 stars 16 forks source link

Add grunt as devDependencies instead of dependencies #14

Closed clementprevot closed 6 years ago

clementprevot commented 6 years ago

I had a problem because of Grunt adding grunt-legacy-utils which in turn add which in a very old version. This conflicted with the system which as it doesn't support the same parameters. So adding Grunt in devDependencies instead of dependencies will avoid it to be installed in my repository

dbaq commented 6 years ago

Thanks for the contribution 👍

clementprevot commented 6 years ago

@dbaq You're welcome. Could you please make a release in NPM? Thanks!

dbaq commented 6 years ago

@clementprevot done. https://www.npmjs.com/package/angular-emoji-filter-hd

clementprevot commented 6 years ago

That's perfect ! Thank you !