@mcesystems/adb-kit 1.0.24 → 1.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcesystems/adb-kit",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "ADB (Android Debug Bridge) toolkit for device management",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -45,7 +45,6 @@
45
45
  },
46
46
  "files": [
47
47
  "dist",
48
- "resources",
49
48
  "README.md"
50
49
  ],
51
50
  "scripts": {
Binary file
Binary file
@@ -1,6 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- Android Debug Bridge (ADB) is licensed under the Apache License 2.0.
6
- For full license text, see: https://www.apache.org/licenses/LICENSE-2.0