Skip to content

Commit 02fc47c

Browse files
committed
Bump to 0.5.0
1 parent d58bbff commit 02fc47c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Promisify Node
22
--------------
33

4-
**Stable: 0.4.0**
4+
**Stable: 0.5.0**
55

66
[![Build
77
Status](https://travis-ci.org/nodegit/promisify-node.png?branch=master)](https://travis-ci.org/nodegit/promisify-node)

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "promisify-node",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Wrap Node-callback functions to return Promises.",
55
"main": "index.js",
66
"dependencies": {
7-
"nodegit-promise": "~4.0.0",
8-
"object-assign": "^4.0.1"
7+
"nodegit-promise": "^4.0.0",
8+
"object-assign": "^4.1.1"
99
},
1010
"devDependencies": {
11-
"mocha": "~1.18.2",
12-
"istanbul": "~0.2.7"
11+
"mocha": "^5.2.0",
12+
"istanbul": "^0.4.5"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)