Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 17, 2022
1 parent e8c66e2 commit 886cc96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bump.json
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"packages": [
"packages/sirv",
"packages/sirv-cli"
Expand Down
2 changes: 1 addition & 1 deletion packages/sirv-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "sirv-cli",
"version": "2.0.1",
"version": "2.0.2",
"description": "A lightweight CLI program to serve static sites~!",
"repository": "lukeed/sirv",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sirv/package.json
@@ -1,6 +1,6 @@
{
"name": "sirv",
"version": "2.0.0",
"version": "2.0.2",
"description": "The optimized & lightweight middleware for serving requests to static assets",
"repository": "lukeed/sirv",
"module": "build.mjs",
Expand All @@ -24,4 +24,4 @@
"mrmime": "^1.0.0",
"totalist": "^3.0.0"
}
}
}

0 comments on commit 886cc96

Please sign in to comment.