Skip to content

Commit

Permalink
fix(deps): add ts-node dependency for the bin executable
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Feb 12, 2023
1 parent 4eafb39 commit 96a73be
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 100 deletions.
1 change: 1 addition & 0 deletions .depcheckrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ignores:
- husky
- '@oclif/plugin-help'
- oclif
- ts-node # used in `./bin/run
125 changes: 25 additions & 100 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"simple-sha256": "^1.0.0",
"sql-formatter": "^2.3.3",
"sql-strip-comments": "0.0.23",
"ts-node": "^10.9.1",
"uuid": "9.0.0",
"yaml": "^1.6.0",
"yesql": "^3.2.2"
Expand Down

0 comments on commit 96a73be

Please sign in to comment.