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

Meteor 1.4.1.1 #1331

Merged
merged 2 commits into from
Aug 27, 2016
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ juliancwirko:postcss # CSS post-processing plugin (replaces standard-mi
[email protected] # a minifier plugin used for Meteor apps by default
[email protected] # ReactiveDict whose contents are preserved across Hot Code Push
[email protected] # Meteor transparent reactive programming library
[email protected].11
[email protected].12
[email protected]
[email protected]
[email protected]
Expand All @@ -34,7 +34,7 @@ [email protected]
[email protected]
amplify
mdg:validated-method
shell-server
shell-server@0.2.1

# Meteor Auth Packages
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected]
[email protected].1
14 changes: 7 additions & 7 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ [email protected]
[email protected]
alanning:[email protected]
aldeed:[email protected]
aldeed:collection2@2.9.1
aldeed:collection2-core@1.1.1
aldeed:schema-deny@1.0.1
aldeed:schema-index@1.0.1
aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0
aldeed:schema-index@1.1.0
aldeed:[email protected]
aldeed:[email protected]
[email protected]
Expand Down Expand Up @@ -53,7 +53,7 @@ cfs:[email protected]
cfs:[email protected]
[email protected]
chuangbo:[email protected]
[email protected].4
[email protected].4_1
dburles:[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -112,12 +112,12 @@ [email protected]
[email protected]
[email protected]
momentjs:[email protected]
[email protected].11
[email protected].12
[email protected]
[email protected]
mrt:[email protected]
[email protected]
[email protected].46
[email protected].48
[email protected]
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "0.15.1",
"version": "0.15.2",
"main": "main.js",
"directories": {
"test": "tests"
Expand Down