From 901d2e5a3ef22b46f618f9a91662355aefc4eaa5 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Thu, 6 Aug 2015 17:03:39 -0700 Subject: [PATCH] fix deps of clock example --- examples/clock/.meteor/packages | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/clock/.meteor/packages b/examples/clock/.meteor/packages index 34cc39c2bb..34d2c39489 100644 --- a/examples/clock/.meteor/packages +++ b/examples/clock/.meteor/packages @@ -4,6 +4,7 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -meteor-platform +meteor-base +blaze-html-templates +session standard-minifiers -underscore