Skip to content

Commit

Permalink
fix(deps): remove script loader from dist as it is used only when bui…
Browse files Browse the repository at this point in the history
…lding package (#2503)
  • Loading branch information
roggervalf authored Apr 7, 2024
1 parent 4a3787c commit 6f9ca23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './classes';
export * from './commands';
export * from './enums';
export * from './interfaces';
export * from './types';
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"lib": ["esnext", "DOM"]
},
"include": ["src"],
"exclude": ["node_modules", "dist", "tests/*"]
"exclude": ["node_modules", "dist", "tests/*", "src/commands/*.ts"]
}

0 comments on commit 6f9ca23

Please sign in to comment.