Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit d8c6a0f

Browse files
fix: move selenium to development deps (#55)
* fix: move selenium to development deps Since we list it as a peerDependency, there's no reason to additionally list it as a regular dependency. This fixes some warnings output by Yarn.
1 parent a0349b7 commit d8c6a0f

File tree

2 files changed

+77
-105
lines changed

2 files changed

+77
-105
lines changed

package-lock.json

Lines changed: 75 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"istanbul": "^0.4.5",
6161
"mocha": "^3.1.2",
6262
"proxyquire": "^1.5.0",
63+
"selenium-webdriver": "^2.53.3",
6364
"serve-static": "^1.9.3",
6465
"sinon": "^1.17.3"
6566
},
6667
"dependencies": {
67-
"axe-core": "^3.0.0",
68-
"selenium-webdriver": ">= 2.53.1"
68+
"axe-core": "^3.0.0"
6969
}
7070
}

0 commit comments

Comments
 (0)