Skip to content

Commit

Permalink
v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Apr 16, 2020
1 parent ef6f96a commit 9f5c0a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "3.4.1",
"version": "0.5.3",
"version": "0.5.4",
"packages": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/cli",
"version": "0.5.3",
"version": "0.5.4",
"bin": {
"pwa": "bin.js"
},
Expand All @@ -13,7 +13,7 @@
"node": ">=8"
},
"dependencies": {
"@pwa/core": "^0.5.3",
"@pwa/core": "^0.5.4",
"chrome-launcher": "^0.13.1",
"chrome-remote-interface": "0.25.x",
"kleur": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/core",
"version": "0.5.3",
"version": "0.5.4",
"files": [
"*.js",
"config",
Expand Down

0 comments on commit 9f5c0a2

Please sign in to comment.