Skip to content

Commit 2b44c1b

Browse files
committed
1.0.4
1 parent 6b14a9d commit 2b44c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "nodeify-ts",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "Create functions that both return promises and accept node-style callbacks",
55
"main": "dist/index.js",
66
"typings": "dist/index",
77
"files": [
8-
"dist/"
8+
"lib/"
99
],
1010
"scripts": {
1111
"lint": "tslint src/**/*.ts",

0 commit comments

Comments
 (0)