Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Meteor 1.5.2 #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2017

  1. Upgrade to the latest official version of Meteor, 1.4.3.2.

    Most notably, Meteor now has a full-featured module system of its own, so
    meteorhacks:npm and packages/npm-container are no longer necessary, and
    you can just use `import` and `export` syntax in your .js files.
    
    For installing/manipulating node_modules and package.json, we recommend
    using `meteor npm ...` as a replacement for `npm ...`, to make sure you're
    using the same version of `npm` and `node` that Meteor is bundled with.
    
    Note that I also took the liberty of upgrading React-related npm packages
    to version ~15.x, which doesn't seem to have broken anything, but might be
    worth double-checking in your own environment.
    Ben Newman committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    209810a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    d36e332 View commit details
    Browse the repository at this point in the history