We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5656a83 commit 5043056Copy full SHA for 5043056
.npmignore
@@ -0,0 +1 @@
1
+node_modules/
.travis.yml
@@ -1,3 +1,11 @@
language: node_js
2
node_js:
3
- 10
4
+
5
+deploy:
6
+ provider: npm
7
+ edge: true
8
+ on:
9
+ branch: master
10
+ tags: true
11
+ skip_cleanup: true
package.json
@@ -1,6 +1,6 @@
{
"name": "simple-sms-sender",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Simple SMS sender to multiple recipients using Twilio",
"main": "dist/index.js",
"author": "Jorge Barnaby <jorge.barnaby@gmail.com>",
0 commit comments