Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donadev committed Oct 15, 2024
1 parent 5c2d284 commit 4b83429
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To install udb, follow these steps:
1. Ensure you have Node.js version 14.0.0 or higher installed on your macOS system.
2. Install the package from npm:
```
npm install mobile-udb
npm install udblib
```

Note: The postinstall script will automatically install additional required tools using Homebrew and pipx.
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobile-udb",
"version": "0.1.0",
"name": "udblib",
"version": "0.1.1",
"description": "Universal Debug Bridge: Control your iOS Simulators and Android Emulators via cli",
"main": "index.js",
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/donadev/xdb.git"
"url": "git+https://github.com/donadev/udb.git"
},
"keywords": [
"cli",
Expand All @@ -20,9 +20,9 @@
"author": "Luigi Donadel",
"license": "ISC",
"bugs": {
"url": "https://github.com/donadev/xdb/issues"
"url": "https://github.com/donadev/udb/issues"
},
"homepage": "https://github.com/donadev/xdb#readme",
"homepage": "https://github.com/donadev/udb#readme",
"dependencies": {
"idb": "^7.0.0"
},
Expand Down

0 comments on commit 4b83429

Please sign in to comment.