Skip to content

Commit

Permalink
chore: packaging improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
acutmore committed Sep 11, 2024
1 parent cf188c1 commit c60af02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions loader/register.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**
* 'ts-blank-space/register' is a side-effect module that registers `ts-blank-space` module loader hooks
*/
export {};
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "ts-blank-space",
"description": "A small, fast, pure JavaScript, type-stripper using the official TypeScript parser",
"version": "0.3.3333",
"license": "Apache-2.0",
"contributors": [
Expand Down Expand Up @@ -48,7 +49,8 @@
"!perf",
"out/*.js",
"out/*.d.ts",
"loader/*.js"
"loader/*.js",
"loader/*.d.ts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit c60af02

Please sign in to comment.