Skip to content

Commit 702e8b0

Browse files
committed
fixed new promise api not included in npm package
1 parent 49288d3 commit 702e8b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"files": [
3636
"binding.gyp",
3737
"deps/",
38-
"lib/*.js",
39-
"lib/*.d.ts",
38+
"lib/**/*.js",
39+
"lib/**/*.d.ts",
4040
"src/"
4141
],
4242
"repository": {

0 commit comments

Comments
 (0)