Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' into no-todo-userId
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 24, 2015
2 parents f0fe45d + 7bfa3cb commit 815a09d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ lists-show@0.0.1
livedata@1.0.15
localstorage@1.0.5
logging@1.0.8
mdg:method@0.1.0
mdg:validation-error@0.1.0
meteor@1.1.10
meteor-base@1.0.1
meteorhacks:async@1.0.0
meteorhacks:npm@1.5.0
method@0.1.0
minifiers@1.1.7
minimongo@1.0.10
mobile-experience@1.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/todos-lib/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ Package.onUse(function(api) {

// DDP
api.imply([
'method',
'mdg:method',
]);
});

0 comments on commit 815a09d

Please sign in to comment.