forked from RocketChat/meteor-streamer
-
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.
RocketChat#30 update test project to Meteor 1.6.1
- Loading branch information
jerp
committed
Mar 13, 2018
1 parent
20ff856
commit f380741
Showing
6 changed files
with
949 additions
and
94 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
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,22 +4,25 @@ | |
# 'meteor add' and 'meteor remove' will edit this file for you, | ||
# but you can also edit it by hand. | ||
|
||
meteor-base # Packages every Meteor app needs to have | ||
mobile-experience # Packages for a great mobile UX | ||
mongo # The database Meteor supports right now | ||
meteor-base@1.3.0 # Packages every Meteor app needs to have | ||
mobile-experience@1.0.5 # Packages for a great mobile UX | ||
mongo@1.4.2 # The database Meteor supports right now | ||
blaze-html-templates # Compile .html files into Meteor Blaze views | ||
session # Client-side reactive dictionary for your app | ||
jquery # Helpful client-side library | ||
tracker # Meteor's client-side reactive programming library | ||
session@1.1.7 # Client-side reactive dictionary for your app | ||
jquery@1.11.10 # Helpful client-side library | ||
tracker@1.1.3 # Meteor's client-side reactive programming library | ||
|
||
standard-minifiers # JS/CSS minifiers run for production mode | ||
es5-shim # ECMAScript 5 compatibility for older browsers. | ||
ecmascript # Enable ECMAScript2015+ syntax in app code | ||
[email protected] # ECMAScript 5 compatibility for older browsers. | ||
[email protected] # Enable ECMAScript2015+ syntax in app code | ||
|
||
accounts-password | ||
reactive-var | ||
check | ||
random | ||
accounts-password@1.5.0 | ||
reactive-var@1.0.11 | ||
check@1.3.0 | ||
random@1.1.0 | ||
arunoda:streams | ||
rocketchat:streamer | ||
accounts-ui | ||
[email protected] | ||
standard-minifier-css | ||
standard-minifier-js | ||
shell-server | ||
dynamic-import |
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@1.2.1 | ||
METEOR@1.6.1 |
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.