Skip to content

Commit 5043056

Browse files
committed
Add Travis deployment to NPM
1 parent 5656a83 commit 5043056

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
language: node_js
22
node_js:
33
- 10
4+
5+
deploy:
6+
provider: npm
7+
edge: true
8+
on:
9+
branch: master
10+
tags: true
11+
skip_cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-sms-sender",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Simple SMS sender to multiple recipients using Twilio",
55
"main": "dist/index.js",
66
"author": "Jorge Barnaby <jorge.barnaby@gmail.com>",

0 commit comments

Comments
 (0)