Skip to content

Commit 3b08ca3

Browse files
committed
1.0.1
1 parent 050f867 commit 3b08ca3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nodeify-ts
2-
2+
Create functions that both return promises and accept node-style callbacks
33

44
[![NPM](https://nodei.co/npm/nodeify-ts.png?downloads=true&downloadRank=true)](https://nodei.co/npm/nodeify-ts/)
55
[![NPM](https://nodei.co/npm-dl/nodeify-ts.png?months=6&height=3)](https://nodei.co/npm/nodeify-ts/)
@@ -9,9 +9,6 @@
99
[![Build status][travis-image]][travis-url]
1010
[![Gitter][gitter-image]][gitter-url]
1111

12-
Create functions that accept both node-style callbacks and return promises
13-
14-
1512
## Installation
1613

1714
npm install nodeify-ts

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nodeify-ts",
3-
"version": "1.0.0",
4-
"description": "Create functions that accept both node-style callbacks and return promises",
3+
"version": "1.0.1",
4+
"description": "Create functions that both return promises and accept node-style callbacks",
55
"main": "dist/index.js",
66
"typings": "dist/index",
77
"files": [

0 commit comments

Comments
 (0)