Skip to content

Commit

Permalink
Merge pull request #1091 from basecamp/webdriver-dev
Browse files Browse the repository at this point in the history
Move webdriverio to devDependencies
  • Loading branch information
Alberto Fernández-Capel authored Sep 25, 2023
2 parents 3258a46 + 8ad7fdc commit 8af1550
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 527 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"rollup": "^2.56.3",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-terser": "^7.0.2",
"svgo": "^2.8.0"
"svgo": "^2.8.0",
"webdriverio": "^7.19.5"
},
"resolutions": {
"webdriverio": "^7.19.5"
Expand All @@ -66,8 +67,5 @@
"postrelease": "git push && git push --tags",
"dev": "web-dev-server --app-index index.html --root-dir dist --node-resolve --open",
"start": "yarn build-assets && concurrently --kill-others --names js,css,dev-server 'yarn watch' 'yarn build-css --watch' 'yarn dev'"
},
"dependencies": {
"webdriverio": "^7.19.5"
}
}
Loading

0 comments on commit 8af1550

Please sign in to comment.