Skip to content

Commit

Permalink
Merge pull request #6 from JeanBaptisteWATENBERG/JeanBaptisteWATENBER…
Browse files Browse the repository at this point in the history
…G-patch-1

(fix) build issues
  • Loading branch information
JeanBaptisteWATENBERG authored Sep 24, 2018
2 parents 5abe0bd + 2020f78 commit ba15333
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ba15333

Please sign in to comment.