rniemeyer / knockout-postbox

A small library that uses Knockout's native pub/sub capabilities to facilitate decoupled communication between separate view models or components.
MIT License
350 stars 55 forks source link

Add repository field to package.json #34

Closed AMeng closed 9 years ago

AMeng commented 9 years ago

NPM has a repository field. A warning is displayed during npm install if the field is not specified.

npm WARN package.json knockout-postbox@0.4.2 No repository field.
rniemeyer commented 9 years ago

@AMeng - thanks, will get this merged soon.

rniemeyer commented 9 years ago

Thanks!