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

Commit a83f904

Browse files
committed
Merge branch 'hotfix/v1.0.1-hotfix.3'
2 parents 7d839ae + d01df01 commit a83f904

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- 8
55
before_install:
66
- npm install codecov.io coveralls
7+
- npm install nwb
78
after_success:
89
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
910
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js

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",
3+
"version": "1.0.1-hotfix.3",
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)