Upgraded to the latest Meteor; Fixed compile errors after removing unused packages.

This commit is contained in:
Wynne Crisman
2018-08-23 17:59:49 -07:00
parent 14bd554d35
commit c0e971774e
7 changed files with 5 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ standard-minifier-css@1.4.1 # CSS minifier run for production mode
standard-minifier-js@2.3.4 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
ecmascript # Enable ECMAScript2015+ syntax in app code
ecmascript@0.11.1 # Enable ECMAScript2015+ syntax in app code
#accounts-ui
#accounts-base
@@ -60,7 +60,7 @@ juliancwirko:s-alert # Client error/alert handling
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
ostrio:logger
ostrio:loggermongo
dynamic-import@0.4.0
dynamic-import@0.4.2
markdown@1.0.12
wcrisman:jquery-custom-scrollbar