Files
meteor/packages/modules-runtime
Ben Newman 2fa65685d6 Install stubs for Node built-in modules automatically.
The implementation of these stubs is controlled by an optional npm package
called meteor-node-stubs, so we can keep iterating on them after releasing
Meteor 1.3, if we need to.

Fixes #6056.
2016-02-27 18:41:23 -05:00
..

modules-runtime

This package implements the meteorInstall function that is used and re-exported by the modules package. Do not depend directly on this package (unless you know what you're doing); depend instead on the modules package.