Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhuil committed Nov 8, 2023
1 parent f517a42 commit 335fa6a
Show file tree
Hide file tree
Showing 2 changed files with 992 additions and 477 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"type": "git",
"url": "https://github.com/tianhuil/ts-mongo.git"
},
"engines": {
"node": ">=18.13.0 <19.0.0"
},
"scripts": {
"assert": ". ./assert.sh",
"typecheck": "tsc --noEmit",
Expand Down Expand Up @@ -39,7 +42,7 @@
"jest-environment-node": "^28.0.0",
"merge": "^2.1.1",
"mongodb": "^4.17.0",
"np": "^7.7.0",
"np": "^8.0.4",
"prettier": "^2.8.4",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 335fa6a

Please sign in to comment.