diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-20 21:49:42 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-20 21:49:42 +0200 |
commit | 5cec6e43d4e193616458a7e9c74a486ceade7e93 (patch) | |
tree | d0728474d103bcd6743e365828b342b750902c33 /bundle/package.json | |
parent | :sparkles: route middleware test option (diff) | |
parent | :bug: fix relationships (diff) | |
download | server-5cec6e43d4e193616458a7e9c74a486ceade7e93.tar.xz |
Merge branch 'master' into unittests
Diffstat (limited to 'bundle/package.json')
-rw-r--r-- | bundle/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json index 7cf4ba40..72b24568 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -44,7 +44,7 @@ "@types/uuid": "^8.3.0", "@types/ws": "^7.4.0", "@zerollup/ts-transform-paths": "^1.7.18", - "ts-patch": "^1.4.4", + "ts-node": "^10.2.1", "typescript": "^4.3.5" }, "dependencies": { |