diff --git a/.jshintrc b/.jshintrc index 0fba31969..23a246452 100644 --- a/.jshintrc +++ b/.jshintrc @@ -55,6 +55,7 @@ "SubsManager": false, "Mousetrap": false, "Avatar": true, + "Avatars": true, "Ps": true, "Presence": true, "Presences": true, diff --git a/.meteor/packages b/.meteor/packages index 8509d2ecd..87d21d6c0 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -46,7 +46,6 @@ tmeasday:presence underscore # UI components -bengott:avatar fortawesome:fontawesome linto:jquery-ui mousetrap:mousetrap diff --git a/.meteor/versions b/.meteor/versions index 46ab71d10..5fe0a8418 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -6,7 +6,6 @@ alethes:pages@1.8.4 audit-argument-checks@1.0.3 autoupdate@1.2.1 base64@1.0.3 -bengott:avatar@0.7.6 binary-heap@1.0.3 blaze@2.1.2 blaze-tools@1.0.3 @@ -52,9 +51,6 @@ iron:location@1.0.9 iron:middleware-stack@1.0.9 iron:router@1.0.9 iron:url@1.0.9 -jparker:crypto-core@0.1.0 -jparker:crypto-md5@0.1.1 -jparker:gravatar@0.3.1 jquery@1.11.3_2 json@1.0.3 kenton:accounts-sandstorm@0.1.3 @@ -107,7 +103,6 @@ softwarerero:accounts-t9n@1.0.9 spacebars@1.0.6 spacebars-compiler@1.0.6 srp@1.0.3 -stylus@1.0.7 tap:i18n@1.4.1 templating@1.1.1 tmeasday:presence@1.0.6 diff --git a/client/components/activities/templates.html b/client/components/activities/templates.html index 8d3ff7639..5a595a36d 100644 --- a/client/components/activities/templates.html +++ b/client/components/activities/templates.html @@ -1,7 +1,7 @@