From e2aa2d10166f5139349c5c45f305ffb9a77821db Mon Sep 17 00:00:00 2001 From: Hart Woolery Date: Sun, 1 Jun 2014 13:49:21 -0700 Subject: [PATCH 1/2] updated twilio npm to 1.6.0 --- smart.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart.json b/smart.json index 2839a73..f249fad 100644 --- a/smart.json +++ b/smart.json @@ -3,6 +3,6 @@ "description": "Twilio Meteor API Bindings", "homepage": "https://github.com/andreioprisan/twilio-meteor", "author": "Andrei Oprisan (http://andrei.oprisan.com)", - "version": "1.4.0", + "version": "1.6.0", "git": "https://github.com/andreioprisan/twilio-meteor.git" } From c65f5373b543b2e7965bb4e0a7f1b3c4c74ff9d7 Mon Sep 17 00:00:00 2001 From: Hart Woolery Date: Sun, 1 Jun 2014 13:51:44 -0700 Subject: [PATCH 2/2] updated twilio npm to 1.6.0 --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.js b/package.js index 6bcee97..d4c935c 100644 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ summary: "Twilio API Wrapper for Meteor" }); -Npm.depends({ "twilio": "1.4.0" }); +Npm.depends({ "twilio": "1.6.0" }); Package.on_use(function(api) { if (api.export) api.export('Twilio', 'server');