Skip to content

Commit

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

(fix) build before deploy
  • Loading branch information
JeanBaptisteWATENBERG authored Sep 24, 2018
2 parents 12b1d76 + f1a7b17 commit 5abe0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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.0",
"version": "1.3.1",
"description": "react-jsonpath-editor React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5abe0bd

Please sign in to comment.