Skip to content

Commit 71ba503

Browse files
committed
update version and readme
1 parent 6ce7c52 commit 71ba503

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ts-node-dev changelog
22

3+
## 1.0.0-pre.64 (2020-10-14)
4+
5+
- add --quite option to silent [INFO] messages
6+
37
## 1.0.0-pre.63 (2020-09-22)
48

59
- fix --cache-directory flag

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Look up flags and options can be used [in ts-node's docs](https://github.com/Typ
4242

4343
* `--deps` - Also watch `node_modules`; by default watching is turned off
4444

45-
* `--debug` - Some additional debug output
45+
* `--debug` - Some additional [DEBUG] output
46+
* `--quite` - Silent [INFO] messages
4647
* `--interval` - Polling interval (ms) - DOESN'T WORK CURRENTLY
4748
* `--debounce` - Debounce file change events (ms, non-polling mode)
4849
* `--clear` (`--cls`) - Will clear screen on restart

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-node-dev",
3-
"version": "1.0.0-pre.63",
3+
"version": "1.0.0-pre.64",
44
"description": "Compiles your TS app and restarts when files are modified.",
55
"keywords": [
66
"restart",

0 commit comments

Comments
 (0)