This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge upstream and update to Meteor 2.3.4
Signed-off-by: Loan Laux <[email protected]>
- Loading branch information
Showing
7 changed files
with
59 additions
and
11,224 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,17 @@ | |
|
||
[email protected] # Shared foundation for all Meteor packages | ||
static-html # Define static page content in .html files | ||
[email protected].2 # CSS minifier run for production mode | ||
[email protected].0 # JS minifier run for production mode | ||
[email protected].3 # CSS minifier run for production mode | ||
[email protected].1 # JS minifier run for production mode | ||
[email protected] # ECMAScript 5 compatibility for older browsers | ||
[email protected].0 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].2 # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # Server-side component of the `meteor shell` command | ||
webapp@1.10.0 # Serves a Meteor app over HTTP | ||
server-render@0.3.1 # Support for server-side rendering | ||
webapp@1.11.1 # Serves a Meteor app over HTTP | ||
server-render@0.4.0 # Support for server-side rendering | ||
[email protected] # Meteor transparent reactive programming library | ||
[email protected] | ||
|
||
# Meteor Auth Packages | ||
accounts-base@1.8.0 | ||
accounts-password@1.7.0 | ||
hot-module-replacement | ||
accounts-base@2.0.0 | ||
accounts-password@2.0.0 | ||
hot-module-replacement@0.3.0 |
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.0 | ||
METEOR@2.3.4 |
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
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
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.