Skip to content

Commit 0bf27a2

Browse files
committed
v0.1.3
1 parent f25349f commit 0bf27a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

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": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"license": "MIT",
@@ -24,7 +24,7 @@
2424
"kleur": "^1.0.0",
2525
"local-access": "^1.0.1",
2626
"sade": "^1.4.0",
27-
"sirv": "^0.1.2",
27+
"sirv": "^0.1.3",
2828
"tinydate": "^1.0.0"
2929
}
3030
}

packages/sirv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The optimized & lightweight middleware for serving requests to static assets",
55
"repository": "lukeed/sirv",
66
"license": "MIT",

0 commit comments

Comments
 (0)