Skip to content

Commit

Permalink
Do not publish tsconfig.tsbuildinfo
Browse files Browse the repository at this point in the history
This is a follow-on to #104. I missed that this file would get published, even though it should not be.
  • Loading branch information
Mr0grog committed Feb 21, 2023
1 parent 0ce4d51 commit fac9ff7
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 @@ -46,6 +46,7 @@
"LICENSE",
"index.js",
"lib/**",
"dist/**"
"dist/**",
"!dist/tsconfig.tsbuildinfo"
]
}

0 comments on commit fac9ff7

Please sign in to comment.