From b8f9f5a527dbbf6c5fa4ee483086b6cc3c135a09 Mon Sep 17 00:00:00 2001 From: JeanBaptisteWATENBERG Date: Mon, 24 Sep 2018 14:16:53 +0200 Subject: [PATCH 1/2] (fix) build issues --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4865e27..1460e88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,14 @@ node_js: - 8 before_install: - npm install codecov.io coveralls +install : +- npm install +- npm run build after_success: - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -- npm run build + +before_deploy: - npm run docz:build branches: only: From 2020f786213c63fcf54842fbf6abbdfaa601b398 Mon Sep 17 00:00:00 2001 From: JeanBaptisteWATENBERG Date: Mon, 24 Sep 2018 14:18:31 +0200 Subject: [PATCH 2/2] (fix) build issues release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42b74b6..7a11610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonpath-editor", - "version": "1.3.1", + "version": "1.3.2", "description": "react-jsonpath-editor React component", "main": "lib/index.js", "module": "es/index.js",