Skip to content
This repository has been archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Bumped ts-node to v10 #252
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed Jan 9, 2022
1 parent 8b236b4 commit 0f2a41d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"src/**",
"server/**"
],
"exec": "ts-node ./server/main.ts",
"exec": "ts-node --transpile-only ./server/main.ts",
"ext": "ts,json"
}
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "dragalia-site-front",
"description": "Frontend of Dragalia Lost info website by OM.",
"repository": "https://github.com/RaenonX-DL/dragalia-site-front",
"version": "2.16.1",
"version": "2.17.0",
"engines": {
"node": "16.x",
"npm": "^8.1.3"
"npm": "^8.3.0"
},
"private": true,
"scripts": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"jest": "^27.1.0",
"jest-junit": "^13.0.0",
"msw": "^0.35.0",
"nodemon": "^2.0.12",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"pino-pretty": "^7.0.0",
"react-app-polyfill": "^2.0.0",
Expand Down

0 comments on commit 0f2a41d

Please sign in to comment.