File tree 3 files changed +1160
-20
lines changed
3 files changed +1160
-20
lines changed Original file line number Diff line number Diff line change 4
4
![ Node Mpesa Rest API] ( https://i.imgur.com/PRYk4Q3.jpg )
5
5
6
6
<a href =" https://standardjs.com " style =" float : right ; padding : 0 0 20px 20px ;" ><img src =" https://cdn.rawgit.com/feross/standard/master/sticker.svg " alt =" JavaScript Standard Style " width =" 100 " align =" right " ></a >
7
- [ ![ Build Status] ( https://travis-ci.org/safaricom/mpesa-node-library.svg?branch=master )] ( https://travis-ci.org/geofmureithi /mpesa-node-library )
7
+ [ ![ Build Status] ( https://travis-ci.org/safaricom/mpesa-node-library.svg?branch=master )] ( https://travis-ci.org/safaricom /mpesa-node-library )
8
8
[ ![ Made in Africa] ( https://img.shields.io/badge/Africa's%20Rising-%E2%9C%93-green.svg )] ( https://github.com/collections/made-in-africa )
9
9
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/safaricom/mpesa-node-library/badge.svg?targetFile=package.json )] ( https://snyk.io/test/github/safaricom/mpesa-node-library?targetFile=package.json )
10
10
@@ -240,7 +240,7 @@ new Mpesa({
240
240
241
241
## Credits
242
242
243
- | ** Contributor** |
243
+ | ** Contributor** |
244
244
<br />
245
245
| [ DGatere] ( https://github.com/DGatere ) |<br />
246
246
| [ geofmureithi] ( https://github.com/geofmureithi ) |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mpesa-node" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Node M-Pesa Library" ,
5
5
"repository" : {
6
6
"type" : " git" ,
19
19
"jsdoc" : " ^3.5.5" ,
20
20
"mocha" : " ^5.0.1" ,
21
21
"ngrok" : " ^3.0.0" ,
22
+ "nyc" : " ^12.0.2" ,
22
23
"standard" : " ^11.0.0" ,
23
24
"supertest" : " ^3.0.0"
24
25
},
25
26
"scripts" : {
26
27
"test" : " npm run test-unit && npm run test-integration" ,
27
28
"test-unit" : " mocha tests/unit/*.test.js" ,
28
- "test-integration" : " mocha --exit tests/integrations/*.js"
29
+ "test-integration" : " nyc --reporter=text mocha --exit tests/integrations/*.js"
29
30
},
30
31
"keywords" : [
31
32
" mpesa" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments