From aee3426e0fe49ebb3299574e30382c15e43a1b21 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Fri, 29 Jul 2016 12:18:30 -0400 Subject: Update .travis.yml with deploy email --- .travis.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82856e3..e298262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ node_js: - 0.1 deploy: provider: npm + email: "ben@benburwell.com" on: tags: true api_key: diff --git a/package.json b/package.json index 19c4344..b9d3023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itoa", - "version": "1.0.0", + "version": "1.0.1", "description": "Convert 10 to ten, all the way up to one centillion!", "main": "index.js", "scripts": { -- cgit v1.2.3