mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Changes: - Drop keypress; it hasn't been used since we rewrote prompts to use built-in readline - Use a slightly newer version of npm, to avoid strange thing where it creates ~/tmp - Drop node-aes-gcm and bcrypt: we now can support cross-platform package deploys directly! (A follow-up commit will add them to the corresponding packages.) - Drop heapdump: it was only there for convenience, and now can also be added via a package - upddate some comments