Skip to content

Commit 628cd3d

Browse files
committed
v2.0.1
1 parent 43764f4 commit 628cd3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bump.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0",
2+
"version": "2.0.1",
33
"packages": [
44
"packages/sirv",
55
"packages/sirv-cli"

packages/sirv-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv-cli",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"main": "index.js",
@@ -29,4 +29,4 @@
2929
"sirv": "^2.0.0",
3030
"tinydate": "^1.0.0"
3131
}
32-
}
32+
}

packages/sirv-cli/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ $ sirv --help
6161
-I, --ignores Any URL pattern(s) to ignore "index.html" assumptions
6262
-q, --quiet Disable logging to terminal
6363
-H, --host Hostname to bind (default localhost)
64-
-p, --port Port to bind (default 5000)
64+
-p, --port Port to bind (default 8080)
6565
-v, --version Displays current version
6666
-h, --help Displays this message
6767
6868
Examples
69-
$ sirv build --cors --port 8080
69+
$ sirv build --cors --port 8888
7070
$ sirv public --quiet --etag --maxage 31536000 --immutable
7171
$ sirv public --http2 --key priv.pem --cert cert.pem
7272
$ sirv public -qeim 31536000
73-
$ sirv --port 8080 --etag
73+
$ sirv --port 8888 --etag
7474
$ sirv --host --dev
7575
7676
```

0 commit comments

Comments
 (0)