awsm-twilio
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -11,3 +11,3 @@ { | ||
"builder": "browserify", | ||
"minify": true, | ||
"minify": true | ||
}, | ||
@@ -14,0 +14,0 @@ "excludePatterns": [] |
{ | ||
"name": "awsm-twilio", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "AWSM package for sending sms through twilio.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,4 +21,4 @@ # :iphone: awsm-twilio | ||
"from": "+14506667788", // A number you bought from Twilio and can use for outbound communication. | ||
"body": "sharks are cool!" // body of the SMS message | ||
"body": "Sharks are cool!" // body of the SMS message | ||
} | ||
``` |
5681