Skip to content

Commit 07a8cee

Browse files
committed
fix: fix bin name and update release
1 parent 1254ca0 commit 07a8cee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "start-android-emulator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A simple library to start an Android emulator on your local machine",
55
"bin": {
6-
"start-android-emualtor": "./bin/start-android-emulator.js"
6+
"start-android-emulator": "./bin/start-android-emulator.js"
77
},
88
"main": "index.js",
99
"repository": {

0 commit comments

Comments
 (0)