From 7e438744ee85d4bd3d373915a03927cfc4928dbe Mon Sep 17 00:00:00 2001 From: evolross Date: Mon, 20 Jul 2015 16:18:01 -0700 Subject: [PATCH] Updated package.js to use latest Twit NPM package. Updated package.js to depend on the latest Twit NPM package (2.1.0). The latest version allows application-only authentication which doesn't require user tokens. This lets you perform GETS and have much higher limits. This is useful if your application is only querying Twitter and not posting. --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.js b/package.js index c41d325..35d3a5c 100644 --- a/package.js +++ b/package.js @@ -4,7 +4,7 @@ Package.describe({ summary: "Twitter API Client" }); -Npm.depends({twit: "1.1.9"}); +Npm.depends({twit: "2.1.0"}); Package.on_use(function (api) { if(api.export) {