Skip to content

Commit 0c5c922

Browse files
committed
fix(package): include 'bench' directory in package files
1 parent fae0a10 commit 0c5c922

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"files": [
1717
"src",
18-
"README.md"
18+
"README.md",
19+
"bench"
1920
],
2021
"scripts": {
2122
"test": "node --test test/*.test.js",

0 commit comments

Comments
 (0)