Skip to content

Commit

Permalink
fix(build): publish correct files in package.json (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 authored Feb 18, 2022
1 parent 4689841 commit 5eebf1f
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 @@ -3,7 +3,8 @@
"description": "A simple pitch detection library.",
"version": "0.0.0",
"files": [
"dist"
"index.d.ts",
"index.js"
],
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 5eebf1f

Please sign in to comment.