Skip to content

Commit 3bd2ff6

Browse files
committed
v3.0.0
1 parent 2f36733 commit 3bd2ff6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bump.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.4",
2+
"version": "3.0.0",
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.2",
3+
"version": "3.0.0",
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"local-access": "^1.0.1",
3030
"sade": "^1.6.0",
3131
"semiver": "^1.0.0",
32-
"sirv": "^2.0.0",
32+
"sirv": "^3.0.0",
3333
"tinydate": "^1.0.0"
3434
}
3535
}

packages/sirv/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "The optimized & lightweight middleware for serving requests to static assets",
55
"repository": "lukeed/sirv",
66
"module": "build.mjs",
@@ -37,4 +37,4 @@
3737
"mrmime": "^2.0.0",
3838
"totalist": "^3.0.0"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)