Skip to content

Commit d98cec8

Browse files
committed
fix: move puppeteer to devdeps
1 parent 4a3da7b commit d98cec8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@
3737
"http-server": "^0.11.1",
3838
"lodash": "^4.17.11",
3939
"microbundle": "^0.7.0",
40-
"mocha": "^5.2.0"
40+
"mocha": "^5.2.0",
41+
"puppeteer": "^1.10.0"
4142
},
4243
"bundlesize": [
4344
{
4445
"path": "./dist/*.js",
4546
"maxSize": "2 kB"
4647
}
47-
],
48-
"dependencies": {
49-
"puppeteer": "^1.10.0"
50-
}
48+
]
5149
}

0 commit comments

Comments
 (0)