@thalaguer/buzzer 1.0.0 → 1.0.1
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/Readme.md +1 -1
- package/package.json +2 -2
package/Readme.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thalaguer/buzzer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Node.js driver for Sony Buzz! wireless controllers (PS2/PS3 quiz buzzers) using HID/USB",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
"prepublishOnly": "npm run lint && npm run test",
|
|
50
50
|
"lint": "echo \"Add eslint/prettier later\" && exit 0"
|
|
51
51
|
}
|
|
52
|
-
}
|
|
52
|
+
}
|