meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

Add Meteor 1.3 info to readme #129

Closed lorensr closed 8 years ago

lorensr commented 8 years ago

Thought you might want to recommend to new people looking at the package to use Meteor 1.3 npm integration. Also, for people transitioning to 1.3 and removing this package, perhaps note:

Async.wrap(delayedMessge); -> Meteor.wrapAsync(delayedMessage) Async.wrap(github.user, 'getFrom'); -> Meteor.wrapAsync(github.user.getFrom, github.user)

arunoda commented 8 years ago

Yeah sure.

arunoda commented 8 years ago

Added: https://github.com/meteorhacks/npm#using-with-meteor-13