Skip to content

Commit

Permalink
Export AndroidSetup and IosSetup.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Oct 11, 2022
1 parent 94624cc commit 4df56d2
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
Expand Up @@ -2,7 +2,7 @@
"name": "@nightwatch/mobile-helper",
"version": "0.0.1",
"description": "Mobile helper tool to easily setup mobile requirements",
"main": "dist/index.js",
"main": "src/index.ts",
"bin": "./index.js",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ const showHelp = (cmdPassed: string, helpFlag: boolean) => {
console.log(`To know more about each command, run:
${colors.cyan('npx @nightwatch/mobile-helper _command_name_ --help')}`);
};

export {AndroidSetup, IosSetup};

0 comments on commit 4df56d2

Please sign in to comment.