Skip to content

Commit

Permalink
fix: remove source-map-support
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Nov 8, 2021
1 parent c93c1cb commit 8881232
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"debug": "^4.3.2",
"dotenv": "^8.2.0",
"secret-agent": "^1.5.13",
"source-map-support": "^0.5.19",
"steamid": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
import 'source-map-support/register';

export * from './player';
export * from './player-types';

0 comments on commit 8881232

Please sign in to comment.