diff options
Diffstat (limited to '.meteor')
| -rw-r--r-- | .meteor/packages | 3 | ||||
| -rw-r--r-- | .meteor/versions | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.meteor/packages b/.meteor/packages index 99704e0..f7da847 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -7,3 +7,6 @@ meteor-platform autopublish insecure +bozhao:accounts-instagram +service-configuration +accounts-ui diff --git a/.meteor/versions b/.meteor/versions index 410e1d9..08cece2 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -1,3 +1,7 @@ +accounts-base@1.2.0 +accounts-oauth@1.1.5 +accounts-ui@1.1.5 +accounts-ui-unstyled@1.1.7 autopublish@1.0.3 autoupdate@1.2.1 base64@1.0.3 @@ -5,6 +9,7 @@ binary-heap@1.0.3 blaze@2.1.2 blaze-tools@1.0.3 boilerplate-generator@1.0.3 +bozhao:accounts-instagram@0.2.0 callback-hook@1.0.3 check@1.0.5 ddp@1.1.0 @@ -20,7 +25,9 @@ insecure@1.0.3 jquery@1.11.3_2 json@1.0.3 launch-screen@1.0.2 +less@1.0.14 livedata@1.0.13 +localstorage@1.0.3 logging@1.0.7 meteor@1.1.6 meteor-platform@1.2.2 @@ -28,6 +35,8 @@ minifiers@1.1.5 minimongo@1.0.8 mobile-status-bar@1.0.3 mongo@1.1.0 +oauth@1.1.4 +oauth2@1.1.3 observe-sequence@1.0.6 ordered-dict@1.0.3 random@1.0.3 @@ -36,6 +45,7 @@ reactive-var@1.0.5 reload@1.1.3 retry@1.0.3 routepolicy@1.0.5 +service-configuration@1.0.4 session@1.1.0 spacebars@1.0.6 spacebars-compiler@1.0.6 |
