Hacker News new | ask | show | jobs
by wavesounds 4819 days ago
If you wanted to implement a package that uses something Meteor specific (aka another Meteor package like Meteor.Accounts) you would still want to create a meteorite/atmosphere package instead of a node package right?
1 comments

I think so. NPM packages are only supposed to rely on node and other NPM packages. Meteorite packages also rely on Meteor, which isn't an NPM package.