From 9f28c97c60eeaed99d30c04cee62e3c8466de825 Mon Sep 17 00:00:00 2001 From: JeanBaptisteWATENBERG Date: Mon, 24 Sep 2018 13:52:28 +0200 Subject: [PATCH 1/2] (fix) build before deploy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a87079..4865e27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ before_install: 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 - npm run docz:build branches: only: From f1a7b1798091502906549c894e294c52fdb22fb5 Mon Sep 17 00:00:00 2001 From: JeanBaptisteWATENBERG Date: Mon, 24 Sep 2018 13:53:45 +0200 Subject: [PATCH 2/2] (fix) version to fix build issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20e9921..42b74b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonpath-editor", - "version": "1.3.0", + "version": "1.3.1", "description": "react-jsonpath-editor React component", "main": "lib/index.js", "module": "es/index.js",