stealjs / steal-npm

[DEPRECATED] StealJS plugin for using NPM
http://stealjs.com/
MIT License
12 stars 6 forks source link

When building, save previous resolutions #196

Closed matthewp closed 7 years ago

matthewp commented 7 years ago

A resolution is a mapping of dependencies to the version numbers that are used for a package. During the build we need to remember previous resolutions in a bundle scenario, because the package.json config is continuously rewritten. Fixes #195

matthewp commented 7 years ago

The PR build is failing because it is using an ancient version of Firefox. Will pass once this is merged.