We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4407ac9 commit d061616Copy full SHA for d061616
bump.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "3.0.0",
+ "version": "3.0.1",
3
"packages": [
4
"packages/sirv",
5
"packages/sirv-cli"
packages/sirv-cli/package.json
@@ -1,6 +1,6 @@
"name": "sirv-cli",
"description": "A lightweight CLI program to serve static sites~!",
"repository": "lukeed/sirv",
6
"main": "index.js",
@@ -32,4 +32,4 @@
32
"sirv": "^3.0.0",
33
"tinydate": "^1.0.0"
34
}
35
-}
+}
packages/sirv/package.json
"name": "sirv",
"description": "The optimized & lightweight middleware for serving requests to static assets",
"module": "build.mjs",
0 commit comments