mouse-vm 1.0.2 → 1.0.3
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 +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mouse-vm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Transform your smartphone or tablet into a high-performance wireless trackpad, live keyboard, and desktop controller for Windows PC over WiFi.",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"files": [
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"vm": "bin/cli.js",
|
|
14
14
|
"virtual-mouse": "bin/cli.js"
|
|
15
15
|
},
|
|
16
|
-
|
|
17
16
|
"scripts": {
|
|
18
17
|
"start": "node server.js",
|
|
19
18
|
"dev": "node --watch server.js",
|