Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"boxen": "1.3.0",
"chalk": "2.4.1",
"chokidar": "2.0.3",
"chokidar": "3.5.3",
"clipboardy": "1.2.3",
"debounce": "1.1.0",
"dotenv": "5.0.1",
Expand All @@ -36,14 +36,14 @@
"jsome": "2.5.0",
"mri": "1.1.1",
"pkg-up": "2.0.0",
"pretty-error": "2.1.1",
"pretty-error": "4.0.0",
"string-length": "2.0.0"
},
"devDependencies": {
"@vercel/git-hooks": "1.0.0",
"@zeit/eslint-config-node": "0.2.13",
"@zeit/git-hooks": "0.1.4",
"ava": "0.25.0",
"eslint": "4.19.1"
"ava": "4.3.0",
"eslint": "8.17.0"
},
"peerDependencies": {
"micro": ">=9.0.0"
Expand Down
26 changes: 13 additions & 13 deletions test/snapshots/help.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@

The actual snapshot is saved in `help.js.snap`.

Generated by [AVA](https://ava.li).
Generated by [AVA](https://avajs.dev).

## generate help

> Snapshot 1

`␊
Usage: micro-dev [path] [options]␊
Usage: micro-dev [path] [options]␊
Options:␊
-p, --port <n> Port to listen on (defaults to 3000)␊
-H, --host The host on which micro will run␊
-d, --dotenv Custom path for a .env file (relative to cwd)␊
-c, --cold Disable hot reloading␊
-w, --watch <dir> A directory to watch in addition to [path]␊
-L, --poll Poll for code changes rather than using events␊
-l, --limit Size limit for JSON parsing (string like '1mb', or bytes)␊
-i --ignore <dir> Ignore watching a file, directory, or glob␊
-s, --silent Disable requests log␊
-v, --version Output the version number␊
-h, --help Show this usage information␊
-p, --port <n> Port to listen on (defaults to 3000)␊
-H, --host The host on which micro will run␊
-d, --dotenv Custom path for a .env file (relative to cwd)␊
-c, --cold Disable hot reloading␊
-w, --watch <dir> A directory to watch in addition to [path]␊
-L, --poll Poll for code changes rather than using events␊
-l, --limit Size limit for JSON parsing (string like '1mb', or bytes)␊
-i --ignore <dir> Ignore watching a file, directory, or glob␊
-s, --silent Disable requests log␊
-v, --version Output the version number␊
-h, --help Show this usage information␊
`
Binary file modified test/snapshots/help.js.snap
Binary file not shown.
Loading