Skip to content

Commit bef4c25

Browse files
committed
fix: missed file in npm package
1 parent 10a453e commit bef4c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"./package.json": "./package.json"
1010
},
1111
"files": [
12-
"index.js"
12+
"index.js",
13+
"promises.js"
1314
],
1415
"scripts": {
1516
"preversion": "npm test",

0 commit comments

Comments
 (0)