Skip to content

Commit ba15333

Browse files
author
JeanBaptisteWATENBERG
authored
Merge pull request #6 from JeanBaptisteWATENBERG/JeanBaptisteWATENBERG-patch-1
(fix) build issues
2 parents 5abe0bd + 2020f78 commit ba15333

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ node_js:
44
- 8
55
before_install:
66
- npm install codecov.io coveralls
7+
install :
8+
- npm install
9+
- npm run build
710
after_success:
811
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
912
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10-
- npm run build
13+
14+
before_deploy:
1115
- npm run docz:build
1216
branches:
1317
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jsonpath-editor",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "react-jsonpath-editor React component",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)