-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8dc7bd0
commit 0822550
Showing
3 changed files
with
79 additions
and
79 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 |
---|---|---|
|
@@ -4,16 +4,16 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
[email protected].2 # Packages every Meteor app needs to have | ||
[email protected].2 # Packages for a great mobile UX | ||
[email protected].2 # The database Meteor supports right now | ||
[email protected].2 # Define static page content in .html files | ||
[email protected].2 # Reactive variable for tracker | ||
[email protected].2 # Meteor's client-side reactive programming library | ||
[email protected].4 # Packages every Meteor app needs to have | ||
[email protected].4 # Packages for a great mobile UX | ||
[email protected].4 # The database Meteor supports right now | ||
[email protected].4 # Define static page content in .html files | ||
[email protected].4 # Reactive variable for tracker | ||
[email protected].4 # Meteor's client-side reactive programming library | ||
|
||
[email protected].2 # CSS minifier run for production mode | ||
[email protected].2 # JS minifier run for production mode | ||
[email protected].2 # ECMAScript 5 compatibility for older browsers | ||
[email protected].2 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].2 # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected].2 # Server-side component of the `meteor shell` command | ||
[email protected].4 # CSS minifier run for production mode | ||
[email protected].4 # JS minifier run for production mode | ||
[email protected].4 # ECMAScript 5 compatibility for older browsers | ||
[email protected].4 # Enable ECMAScript2015+ syntax in app code | ||
[email protected].4 # Enable TypeScript syntax in .ts and .tsx modules | ||
[email protected].4 # Server-side component of the `meteor shell` command |
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 @@ | ||
[email protected].2 | ||
[email protected].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