added autoscroll package

This commit is contained in:
Sacha Greif 2015-07-31 14:34:21 +09:00
parent 23dd936758
commit 6cc3523a2f
2 changed files with 13 additions and 7 deletions

View file

@ -13,6 +13,8 @@ anti:i18n@0.4.3
aramk:tinycolor@1.1.0_1
aslagle:reactive-table@0.8.11
autoupdate@1.2.1
babel-compiler@5.8.3_1
babel-runtime@0.1.2
base64@1.0.3
binary-heap@1.0.3
blaze@2.1.2
@ -20,7 +22,7 @@ blaze-tools@1.0.3
boilerplate-generator@1.0.3
callback-hook@1.0.3
ccan:cssreset@1.0.0
cfs:http-methods@0.0.27
cfs:http-methods@0.0.29
check@1.0.5
chuangbo:cookie@1.1.0
chuangbo:marked@0.3.5
@ -56,6 +58,7 @@ jparker:crypto-md5@0.1.1
jparker:gravatar@0.3.1
jquery@1.11.3_2
json@1.0.3
jsx@0.1.5
kadira:debug@2.1.0
kestanous:herald@1.3.0
kestanous:herald-email@0.5.0
@ -70,6 +73,7 @@ meteor@1.1.6
meteor-platform@1.2.2
meteorhacks:fast-render@2.7.1
meteorhacks:inject-data@1.3.0
meteorhacks:inject-initial@1.0.2
meteorhacks:kadira@2.22.1
meteorhacks:meteorx@1.3.1
meteorhacks:picker@1.0.3
@ -87,12 +91,14 @@ oauth@1.1.4
oauth1@1.1.4
oauth2@1.1.3
observe-sequence@1.0.6
okgrow:iron-router-autoscroll@0.0.8
ongoworks:speakingurl@5.0.1
ordered-dict@1.0.3
package-version-parser@3.0.3
percolatestudio:synced-cron@1.1.0
raix:eventemitter@0.1.2
raix:eventemitter@0.1.3
random@1.0.3
react-meteor-data@0.1.2
reactive-dict@1.1.0
reactive-var@1.0.5
reload@1.1.3
@ -112,7 +118,6 @@ spacebars-compiler@1.0.6
spiderable@1.0.7
srp@1.0.3
standard-app-packages@1.0.5
stylus@1.0.7
tap:i18n@1.5.1
telescope:api@0.22.2
telescope:comments@0.22.2
@ -134,7 +139,7 @@ telescope:newsletter@0.22.2
telescope:notifications@0.22.2
telescope:pages@0.22.2
telescope:post-by-feed@0.22.2
telescope:posts@0.22.2
telescope:posts@0.22.3
telescope:releases@0.22.2
telescope:rss@0.22.2
telescope:scoring@0.22.2
@ -158,6 +163,6 @@ underscore@1.0.3
url@1.0.4
useraccounts:core@1.11.1
useraccounts:unstyled@1.11.1
utilities:avatar@0.7.14
utilities:avatar@0.8.3
webapp@1.2.0
webapp-hashing@1.0.3

View file

@ -45,7 +45,7 @@ Package.onUse(function (api) {
'momentjs:moment@2.10.6',
'sacha:spin@2.3.1',
'aslagle:reactive-table@0.8.11',
'utilities:avatar@0.7.14',
'utilities:avatar@0.8.2',
'fortawesome:fontawesome@4.3.0',
'ccan:cssreset@1.0.0',
'djedi:sanitize-html@1.7.0',
@ -54,7 +54,8 @@ Package.onUse(function (api) {
'sanjo:meteor-files-helpers@1.1.0_7',
'cmather:handlebars-server@2.0.0',
'chuangbo:cookie@1.1.0',
'ongoworks:speakingurl@5.0.1'
'ongoworks:speakingurl@5.0.1',
'okgrow:iron-router-autoscroll@0.0.8'
];
api.use(packages);