From 2d6ca7999e9fe4170dfcab1a46007d2f58075d6b Mon Sep 17 00:00:00 2001 From: Ignat Vilesov Date: Wed, 11 Jan 2017 10:33:45 +0300 Subject: [PATCH] =?UTF-8?q?13986=20=E2=80=9CAutomated=20publication=20[Dat?= =?UTF-8?q?aViewUtils]:=20Add=20an=20ability=20to=20deploy=20package=20aut?= =?UTF-8?q?omatically=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d389fd..8ac70b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,4 @@ after_success: - node node_modules/coveralls/bin/coveralls.js < coverage/lcov.info notifications: email: false + diff --git a/package.json b/package.json index 68a6ff2..1ade9de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-utils-dataviewutils", - "version": "1.0.1", + "version": "1.0.2", "description": "dataviewutils", "main": "lib/index.js", "repository": {