We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12b1d76 + f1a7b17 commit 5abe0bdCopy full SHA for 5abe0bd
.travis.yml
@@ -7,6 +7,7 @@ before_install:
7
after_success:
8
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
9
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
10
+- npm run build
11
- npm run docz:build
12
branches:
13
only:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-jsonpath-editor",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "react-jsonpath-editor React component",
5
"main": "lib/index.js",
6
"module": "es/index.js",
0 commit comments