Skip to content

Commit

Permalink
dependencies fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
helen-dikareva committed Jun 7, 2017
1 parent 1cd01bf commit 9a6e3a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"index.js"
],
"dependencies": {
"axe-core": "^2.2.3",
"testcafe": "^0.15.0"
"axe-core": "^2.2.3"
},
"peerDependencies": {
"testcafe": "*"
}
}

0 comments on commit 9a6e3a7

Please sign in to comment.