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 ef6f96a commit 9f5c0a2Copy full SHA for 9f5c0a2
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "3.4.1",
3
- "version": "0.5.3",
+ "version": "0.5.4",
4
"packages": [
5
"packages/*"
6
]
packages/cli/package.json
"name": "@pwa/cli",
"bin": {
"pwa": "bin.js"
},
@@ -13,7 +13,7 @@
13
"node": ">=8"
14
15
"dependencies": {
16
- "@pwa/core": "^0.5.3",
+ "@pwa/core": "^0.5.4",
17
"chrome-launcher": "^0.13.1",
18
"chrome-remote-interface": "0.25.x",
19
"kleur": "^3.0.0",
packages/core/package.json
"name": "@pwa/core",
"files": [
"*.js",
"config",
0 commit comments