Skip to content

Commit

Permalink
Export findWindow function (closes #100) (#101)
Browse files Browse the repository at this point in the history
* Export findWindow function (closes #100)

* Increment major number

* Increment minor number
  • Loading branch information
AndreyBelym authored and georgiy-abbasov committed Sep 26, 2016
1 parent 67588d7 commit 4a37d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-browser-tools",
"version": "1.0.0",
"version": "1.1.0",
"description": "An utility library for performing platform-dependent actions on browsers.",
"homepage": "https://github.com/DevExpress/testcafe-browser-tools",
"bugs": "https://github.com/DevExpress/testcafe-browser-tools/issues",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import getInstallations from './api/get-installations';
import findWindow from './api/find-window';
import open from './api/open';
import close from './api/close';
import resize from './api/resize';
Expand All @@ -15,6 +16,7 @@ export default {
getInstallations,
getBrowserInfo,
getViewportSize,
findWindow,
open,
close,
resize,
Expand Down

0 comments on commit 4a37d97

Please sign in to comment.