Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Nov 22, 2018
1 parent a73760e commit 052f989
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.4.1",
"version": "0.4.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@pwa/cli",
"version": "0.4.1",
"version": "0.4.2",
"bin": {
"pwa": "bin.js"
},
Expand All @@ -13,7 +13,7 @@
"node": ">=6"
},
"dependencies": {
"@pwa/core": "^0.4.1",
"@pwa/core": "^0.4.2",
"chrome-launcher": "^0.10.2",
"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.4.1",
"version": "0.4.2",
"files": [
"*.js",
"config",
Expand Down

0 comments on commit 052f989

Please sign in to comment.