Skip to content

Commit

Permalink
fix: publish source files
Browse files Browse the repository at this point in the history
Source files were supposed to have been published all along. See #478.
  • Loading branch information
niieani committed Nov 20, 2021
1 parent 5770305 commit 3e6e5ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"cjs",
"esm",
"dist",
"lib"
"lib",
"src"
],
"scripts": {
"benchmark": "yarn ts-node -O '{\"module\": \"commonjs\"}' -T src/tests/benchmark",
Expand Down

0 comments on commit 3e6e5ae

Please sign in to comment.