Skip to content

Commit 7dd527e

Browse files
committed
fix stuff
1 parent a83a3b6 commit 7dd527e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import { spawn, execFileSync } from "child_process";
24
import { existsSync } from "fs";
35
import { select } from "@inquirer/prompts";

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "start-android-emulator",
33
"version": "3.0.1",
44
"description": "A simple library to start an Android emulator on your local machine",
5-
"bin": "index.js",
5+
"bin": {
6+
"start-android-emulator": "./index.js"
7+
},
68
"main": "index.js",
79
"type": "module",
810
"scripts": {
@@ -31,4 +33,4 @@
3133
"devDependencies": {
3234
"np": "^10.0.2"
3335
}
34-
}
36+
}

0 commit comments

Comments
 (0)