Additional Meteor 1.8.1 changes

This commit is contained in:
Justin Reynolds 2019-04-19 10:16:37 -05:00
parent 53d42a17ff
commit a1ae4d7ef0
2 changed files with 4 additions and 2 deletions

View file

@ -95,7 +95,6 @@ meteor-base@1.4.0
meteor-platform@1.2.6
meteorhacks:aggregate@1.3.0
meteorhacks:collection-utils@1.2.0
meteorhacks:meteorx@1.4.1
meteorhacks:picker@1.0.3
meteorhacks:subs-manager@1.6.4
meteorspark:util@0.2.0
@ -150,6 +149,7 @@ reload@1.3.0
retry@1.1.0
routepolicy@1.1.0
rzymek:fullcalendar@3.8.0
server-render@0.3.1
service-configuration@1.0.11
session@1.2.0
sha@1.0.9
@ -166,7 +166,7 @@ spacebars-compiler@1.1.3
srp@1.0.12
standard-minifier-css@1.5.3
standard-minifier-js@2.4.1
staringatlights:fast-render@2.16.5
staringatlights:fast-render@3.0.8
staringatlights:inject-data@2.2.1
tap:i18n@1.8.2
templates:tabs@2.3.0

View file

@ -1,3 +1,5 @@
import { FastRender } from 'meteor/staringatlights:fast-render';
FastRender.onAllRoutes(function() {
this.subscribe('boards');
});