@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.
Files changed (2) hide show
  1. package/Readme.md +1 -1
  2. package/package.json +2 -2
package/Readme.md CHANGED
@@ -21,7 +21,7 @@ This package depends on `node-hid` which requires native compilation.
21
21
  **Recommended installation command:**
22
22
 
23
23
  ```bash
24
- npm install @thalaguer/buzzer --ignore-scripts
24
+ npm install @thalaguer/buzzer
25
25
  ```
26
26
 
27
27
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalaguer/buzzer",
3
- "version": "1.0.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
+ }