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

Commit 4a7e020

Browse files
author
Amine Mouafik
authored
Merge pull request #4 from continuous-software/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 6ca1db3 + bb32b2c commit 4a7e020

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Installation ##
66

7+
[![Greenkeeper badge](https://badges.greenkeeper.io/continuous-software/node-payflow.svg)](https://greenkeeper.io/)
8+
79
$ npm install -s payflow
810

911
## Usage

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
],
2121
"license": "MIT",
2222
"dependencies": {
23-
"42-cent-base": "^0.9.0",
23+
"42-cent-base": "^1.0.0",
2424
"42-cent-util": "^1.0.0",
25-
"bluebird": "^2.3.2",
26-
"object-assign": "^2.0.0",
27-
"query-string": "^1.0.0",
25+
"bluebird": "^3.5.1",
26+
"object-assign": "^4.1.1",
27+
"query-string": "^6.0.0",
2828
"request": "^2.81.0"
2929
},
3030
"devDependencies": {
31-
"42-cent-model": "^1.1.1",
32-
"mocha": "^1.21.4"
31+
"42-cent-model": "^2.0.2",
32+
"mocha": "^5.1.1"
3333
}
3434
}

0 commit comments

Comments
 (0)