Skip to content

Commit

Permalink
Make Puppeteer a dev dependency
Browse files Browse the repository at this point in the history
Closes #66
  • Loading branch information
jscheid committed Mar 13, 2018
1 parent d19c3e7 commit 0cf461a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"module-alias": "^2.0.6",
"nyc": "^11.0.0",
"prettier": "^1.10.2",
"puppeteer": "^1.1.0",
"rimraf": "^2.6.2",
"serve-static": "^1.13.2",
"soupselect": "^0.2.0",
Expand All @@ -71,9 +72,6 @@
"travis-after-all": "^1.4.4",
"webpack": "^1.12.11"
},
"optionalDependencies": {
"puppeteer": "^1.1.0"
},
"peerDependencies": {
"webpack": "^1.12.11 || ~2 || ~3 || ~4"
},
Expand Down

0 comments on commit 0cf461a

Please sign in to comment.