Skip to content

Commit

Permalink
fix(config): move puppeteer from dependency to dev-dependency (#3193)
Browse files Browse the repository at this point in the history
Fixes #3191
Thanks to @davidshepherd7 for suggesting this.
  • Loading branch information
johnjbarton committed Oct 22, 2018
1 parent 0a2d2e9 commit f0d52ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -388,7 +388,6 @@
"mime": "^2.3.1",
"minimatch": "^3.0.2",
"optimist": "^0.6.1",
"puppeteer": "^1.9.0",
"qjobs": "^1.1.4",
"range-parser": "^1.2.0",
"rimraf": "^2.6.0",
Expand Down Expand Up @@ -455,6 +454,7 @@
"mocha": "^4.0.1",
"mocks": "^0.0.15",
"proxyquire": "^1.7.11",
"puppeteer": "^1.9.0",
"qunitjs": "^2.1.1",
"requirejs": "^2.1.20",
"sinon": "^6.1.5",
Expand Down

0 comments on commit f0d52ad

Please sign in to comment.