Skip to content

Commit d6664c4

Browse files
committedJul 18, 2018
Added Coverage, and fixed some typos
1 parent 13c4d51 commit d6664c4

File tree

3 files changed

+1160
-20
lines changed

3 files changed

+1160
-20
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![Node Mpesa Rest API](https://i.imgur.com/PRYk4Q3.jpg)
55

66
<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)
88
[![Made in Africa](https://img.shields.io/badge/Africa's%20Rising-%E2%9C%93-green.svg)](https://github.com/collections/made-in-africa)
99
[![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)
1010

@@ -240,7 +240,7 @@ new Mpesa({
240240

241241
## Credits
242242

243-
| **Contributor** |
243+
| **Contributor** |
244244
<br/>
245245
| [DGatere](https://github.com/DGatere) |<br/>
246246
| [geofmureithi](https://github.com/geofmureithi) |

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mpesa-node",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Node M-Pesa Library",
55
"repository": {
66
"type": "git",
@@ -19,13 +19,14 @@
1919
"jsdoc": "^3.5.5",
2020
"mocha": "^5.0.1",
2121
"ngrok": "^3.0.0",
22+
"nyc": "^12.0.2",
2223
"standard": "^11.0.0",
2324
"supertest": "^3.0.0"
2425
},
2526
"scripts": {
2627
"test": "npm run test-unit && npm run test-integration",
2728
"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"
2930
},
3031
"keywords": [
3132
"mpesa",

‎yarn.lock

+1,155-16
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.