-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR upgrades meteor and associated packages to 2.14. The automated tests still work at the end of this upgrade, and no other code changes were made.
- Loading branch information
Showing
78 changed files
with
13,564 additions
and
4,786 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule MATScommon
updated
3 files
+82 −67 | meteor_packages/mats-common/.npm/package/npm-shrinkwrap.json | |
+10 −10 | meteor_packages/mats-common/package.js | |
+2 −1 | meteor_packages/mats-common/public/MATSReleaseNotes.html |
Submodule METexpress
updated
42 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,23 +5,23 @@ | |
# but you can also edit it by hand. | ||
|
||
[email protected] # Packages every Meteor app needs to have | ||
[email protected].0 # Packages for a great mobile UX | ||
[email protected].7 # The database Meteor supports right now | ||
[email protected].1 # Packages for a great mobile UX | ||
[email protected].8 # The database Meteor supports right now | ||
blaze-html-templates # Compile .html files into Meteor Blaze views | ||
[email protected] # Reactive variable for tracker | ||
[email protected] # Helpful client-side library | ||
[email protected].2 # Meteor's client-side reactive programming library | ||
[email protected].3 # Meteor's client-side reactive programming library | ||
[email protected] # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected].7 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].8 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
pcel:mysql | ||
seba:minifiers-autoprefixer | ||
[email protected] | ||
momentjs:moment | ||
randyp:mats-common@5.1.3 | ||
randyp:mats-common@5.2.1 | ||
[email protected] | ||
[email protected].8 | ||
[email protected].9 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
METEOR@2.13.3 | ||
METEOR@2.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.