Skip to content

Commit f0d52ad

Browse files
authored
fix(config): move puppeteer from dependency to dev-dependency (#3193)
Fixes #3191 Thanks to @davidshepherd7 for suggesting this.
1 parent 0a2d2e9 commit f0d52ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@
388388
"mime": "^2.3.1",
389389
"minimatch": "^3.0.2",
390390
"optimist": "^0.6.1",
391-
"puppeteer": "^1.9.0",
392391
"qjobs": "^1.1.4",
393392
"range-parser": "^1.2.0",
394393
"rimraf": "^2.6.0",
@@ -455,6 +454,7 @@
455454
"mocha": "^4.0.1",
456455
"mocks": "^0.0.15",
457456
"proxyquire": "^1.7.11",
457+
"puppeteer": "^1.9.0",
458458
"qunitjs": "^2.1.1",
459459
"requirejs": "^2.1.20",
460460
"sinon": "^6.1.5",

0 commit comments

Comments
 (0)