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 5abe0bd + 2020f78 commit ba15333Copy full SHA for ba15333
.travis.yml
@@ -4,10 +4,14 @@ node_js:
4
- 8
5
before_install:
6
- npm install codecov.io coveralls
7
+install :
8
+- npm install
9
+- npm run build
10
after_success:
11
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
12
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
-- npm run build
13
+
14
+before_deploy:
15
- npm run docz:build
16
branches:
17
only:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-jsonpath-editor",
3
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "react-jsonpath-editor React component",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments