Skip to content

Commit

Permalink
fix: remove unneeded loud-rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed May 3, 2023
1 parent 4d56897 commit e92e40b
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 268 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"@naturalcycles/nodejs-lib": "^12.8.0",
"chalk": "^4.0.0",
"dotenv": "^16.0.0",
"loud-rejection": "^2.2.0",
"ts-node": "^10.0.0",
"typescript": "^5.0.2"
},
Expand Down
1 change: 0 additions & 1 deletion src/bin/tsn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function main(): void {
})
}

require('loud-rejection/register')
require('dotenv/config')

// Esbuild support currently disabled
Expand Down
Loading

0 comments on commit e92e40b

Please sign in to comment.