Skip to content

Commit

Permalink
Breaking: Replace chrome with puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
molant committed May 23, 2019
1 parent 12b2bef commit 6b88a6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 1 addition & 4 deletions packages/configuration-progressive-web-apps/index.json
@@ -1,9 +1,6 @@
{
"connector": {
"name": "jsdom",
"options": {
"waitFor": 5000
}
"name": "puppeteer"
},
"formatters": [
"html",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-progressive-web-apps/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"@hint/connector-chrome": "^4.0.2",
"@hint/connector-puppeteer": "^1.0.0",
"@hint/connector-jsdom": "^4.0.2",
"@hint/formatter-html": "^4.0.2",
"@hint/formatter-summary": "^3.0.2",
Expand Down
5 changes: 1 addition & 4 deletions packages/configuration-web-recommended/index.json
@@ -1,9 +1,6 @@
{
"connector": {
"name": "jsdom",
"options": {
"waitFor": 5000
}
"name": "puppeteer"
},
"formatters": [
"html",
Expand Down
2 changes: 1 addition & 1 deletion packages/configuration-web-recommended/package.json
@@ -1,6 +1,6 @@
{
"dependencies": {
"@hint/connector-chrome": "^4.0.2",
"@hint/connector-puppeteer": "^1.0.0",
"@hint/connector-jsdom": "^4.0.2",
"@hint/connector-local": "^3.0.2",
"@hint/formatter-html": "^4.0.2",
Expand Down

0 comments on commit 6b88a6a

Please sign in to comment.