mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This change allows the Windows "Generate Dev Bundle" script to automatically get the versions of major bundled versions from the same script which the Unix script uses, thus preventing different versions of Node.js, npm, Mongo, etc. from being built into different versions of Meteor, such as what happened when I published Meteor 1.4.3.2 and failed to notice the duplication of variables across different scripts. This behavior now works in a similar way as the 'BUNDLE_VERSION' variable, which is retrieved from the global `meteor` script except this change uses the package versions from the `build-dev-bundle-common.sh` script in the `scripts` directory.