Skip to content

Commit 7e272e2

Browse files
Merge pull request #2 from antonholmberg/hotix/1.1.5
Hotix/1.1.5
2 parents 24a029c + 5977d91 commit 7e272e2

File tree

3 files changed

+45
-36
lines changed

3 files changed

+45
-36
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if (!hasSdkPath()) {
66
console.error('Make sure that the ANDROID_SDK environment variable is set');
77
}
88

9-
109
listEmulators()
1110
.then(avds => inquirer.prompt([
1211
{

package-lock.json

Lines changed: 43 additions & 34 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "android-emulator",
3-
"version": "1.1.4",
3+
"repository": "https://github.com/antonholmberg/android-emulator",
4+
"version": "1.1.5",
45
"description": "Use to launch the android emulator",
56
"main": "index.js",
67
"scripts": {

0 commit comments

Comments
 (0)