stealjs / steal

Gets JavaScript
https://stealjs.com
MIT License
1.37k stars 521 forks source link

Correctly load steal's package.json for Node builtins #1429

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

Loading Node builtins should happen automatically, because steal's own package.json is loaded up-front. This fixes the behavior.

Closes #1428