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

Update meteor 1.3 link #191

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/2.core-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ However, most of the apps will have server-side components. So, we have a direct

## ES2015 Syntax and ES2015 Modules

We rely on different features of ES2015 and its module system. In order to use Mantra, you need to use [Meteor 1.3](https://forums.meteor.com/t/announcing-meteor-1-3-es2015-modules-app-testing-mobile-improvements-and-more/20182), which comes with an implementation of the ES2015 module system.
We rely on different features of ES2015 and its module system. In order to use Mantra, you need to use [Meteor 1.3](http://info.meteor.com/blog/announcing-meteor-1.3) (or higher), which comes with an implementation of the ES2015 module system.

## React as the UI

Expand Down