This repository was archived by the owner on Aug 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
sudo : false
2
-
3
2
language : node_js
4
3
node_js :
5
- - 8
6
-
4
+ - 8
7
5
before_install :
8
- - npm install codecov.io coveralls
9
-
6
+ - npm install codecov.io coveralls
10
7
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
13
-
8
+ - cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
9
+ - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
14
10
branches :
15
11
only :
16
- - master
12
+ - master
13
+ script :
14
+ - yarn test
15
+ - yarn build
16
+ deploy :
17
+ provider : npm
18
+ email : mbeierling@gmail.com
19
+ api_key :
20
+ secure : ZX8j5xi2vhnsWm5BQeLpu9XZ3lwiVK7WH671BhanpwTdHqv1EQdXWXnU5f0qVEL0vNIpqFvSF7fyPby+rtZ36bl8bpvlx8Tqm8iKDI3PuRdp0kt5a3HdaFSedKQE/vx10CRRARs/jAYtv7wW+vVVK6HXE8tvW+OaNFxfsH27lLJvYZbxWSHtnw4cPrZG/U1A8axmkz9q7Yb/U0c50qnRPtU/SK1NlOuVJSaGvHh0KCu2Sv2Vey1J5CTZKrg98Z2viklo3e+5R3UxbTUJz78J4FXs4kabeLAFzNhf2OhD+vyH7xtnJyW5Jt3eT8yMWz40OJQNk5hWOzh1Lucgremyq29/lZtj0fmYwRGRAKpM1HEffCW4TPp+NKlsbkEz6HhbeshSgoGnDetPceIg5AiO3R4bqTpgxj1fcPmuymLne+25RIqF25dcVtrczwu9HmLyr9mGgZMBl5I8MlKTh1IwchT4kTSCMkvNKswxspzve0ncjYTss32zpvPC50cfzXcCNTY3LO0pg5JUPxGVZ7igrCcNmdHHFcXQ15wLM1LPd0W/J8nqBumAAQ2ocdCnG4I5aQ/IpbJmlS7sVJBf1lBX+qlBkJQQvGe/d9FEqelMw2I4CmMOOXPuLwqBoOFqmqH/B50JrFItYzEMee+yzl5LAXvnNCxizvas4A19N29Jl98=
21
+ on :
22
+ branch : master
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-canvas-draw" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " A simple yet powerful canvas-drawing component for React." ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " es/index.js" ,
You can’t perform that action at this time.
0 commit comments