Commit c9b4b9f8 authored by Egor Kremnev's avatar Egor Kremnev

fix puppeteer

parent 76c4ba29
This diff is collapsed.
......@@ -3,8 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"codeceptjs": "^3.4.1",
"puppeteer": "^20.7.2"
"codeceptjs": "^3.4.1"
},
"scripts": {
"start": "codeceptjs run --steps",
......@@ -12,5 +11,8 @@
},
"keywords": [],
"author": "",
"license": "ISC"
"license": "ISC",
"devDependencies": {
"puppeteer": "^20.7.2"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment