Skip to content

Commit 3191035

Browse files
committed
add bin
1 parent 9fb4f74 commit 3191035

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "start-android-emulator",
33
"version": "3.0.0",
44
"description": "A simple library to start an Android emulator on your local machine",
5+
"bin": "index.js",
56
"main": "index.js",
67
"type": "module",
78
"scripts": {
@@ -30,4 +31,4 @@
3031
"devDependencies": {
3132
"np": "^10.0.2"
3233
}
33-
}
34+
}

0 commit comments

Comments
 (0)