Skip to content

Commit

Permalink
Make puppeteer a peerDependency (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jul 7, 2020
1 parent 2e4040e commit b2f613a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"eslint-config-prettier": "^6.11.0",
"microbundle": "^0.12.2",
"prettier": "^1.19.1",
"puppeteer": "^4.0.1",
"webpack": "^4.43.0",
"workerize-loader": "^1.3.0"
},
Expand Down Expand Up @@ -66,12 +67,12 @@
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"minimatch": "^3.0.4",
"puppeteer": "^4.0.1",
"sade": "^1.7.3",
"script-loader": "^0.7.2",
"simple-code-frame": "^1.0.0"
},
"peerDependencies": {
"puppeteer": "*",
"webpack": ">=4"
}
}

0 comments on commit b2f613a

Please sign in to comment.