googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 56 forks source link

Publish all releases to npm #196

Closed benogle closed 9 years ago

benogle commented 9 years ago

The latest version on npm is 0.3.4 while the newest tag is 0.4.2.

We're planning on using this in atom, and would like to use an npm distributed version.

addyosmani commented 9 years ago

https://www.npmjs.org/package/templatebinding is to the best of my knowledge not a package we've published. It was published by a member of the community.

We could update https://github.com/Polymer/TemplateBinding/blob/master/package.json to use a lowercase name (e.g template-binding) to enable it to be published on npm.

@nevir @jmesserly I can PR some suggestions for improving our package.json to make it npm friendly so we can publish, but only if you're happy with us exploring that. It would involved us (I can if we can't automate) publishing new versions to npm after they're tagged.

benogle commented 9 years ago

We could update package.json to use a lowercase name (e.g template-binding)

:+1: The naming consistency with observe-js would be nice

jmesserly commented 9 years ago

@addyosmani that sounds good to me. Thank you!

we should also get @azakus involved in having it auto published whenever we do a release. (same story as observe-js). that would be awesome.

dfreedm commented 9 years ago

Pushed as template-binding. Depends on node-bind and observe-js.