atticoos / angular-translate-once

:currency_exchange: Extension of angular-translate for one time bindings
53 stars 11 forks source link

Don't specify development dependencies as "dependencies" in package.json #5

Closed rnicholus closed 8 years ago

rnicholus commented 8 years ago

Otherwise, when projects that pull in this library run npm install --production, they will be forced to pull down dependencies that are not needed at runtime.

atticoos commented 8 years ago

Thanks for this, complete oversight, should have been down with the other ones :+1:

rnicholus commented 8 years ago

That was quick! Will you be able to publish a new version to NPM as well? I would expect this to be 1.0.2.

atticoos commented 8 years ago

yep, will be a patch release

rnicholus commented 8 years ago

:+1: Thanks for the quick response, and for a simple solution to an annoying problem (one-time binding w/ angular-translate filter).

atticoos commented 8 years ago

You bet!

v1.0.2 is now up and published on npm