Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 34b5b65

Browse files
committed
Merge branch 'release/1.0.2'
2 parents 1789e26 + c629c65 commit 34b5b65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: node_js
33
node_js:
44
- 8
55
before_install:
6-
- npm install codecov.io coveralls
6+
- npm install codecov coveralls
77
- npm install nwb
88
after_success:
9-
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
9+
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov --pipe
1010
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1111
branches:
1212
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-canvas-draw",
3-
"version": "1.0.1-hotfix.4",
3+
"version": "1.0.2",
44
"description": "A simple yet powerful canvas-drawing component for React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)