We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14a9d commit 2b44c1bCopy full SHA for 2b44c1b
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "nodeify-ts",
3
- "version": "1.0.2",
+ "version": "1.0.4",
4
"description": "Create functions that both return promises and accept node-style callbacks",
5
"main": "dist/index.js",
6
"typings": "dist/index",
7
"files": [
8
- "dist/"
+ "lib/"
9
],
10
"scripts": {
11
"lint": "tslint src/**/*.ts",
0 commit comments