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 a73760e commit 052f989Copy full SHA for 052f989
lerna.json
@@ -1,6 +1,6 @@
1
{
2
"lerna": "3.4.1",
3
- "version": "0.4.1",
+ "version": "0.4.2",
4
"npmClient": "yarn",
5
"packages": [
6
"packages/*"
packages/cli/package.json
"name": "@pwa/cli",
"bin": {
"pwa": "bin.js"
},
@@ -13,7 +13,7 @@
13
"node": ">=6"
14
15
"dependencies": {
16
- "@pwa/core": "^0.4.1",
+ "@pwa/core": "^0.4.2",
17
"chrome-launcher": "^0.10.2",
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