@raphiiko/wavelink-cli 0.0.1 → 0.0.2

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 +4 -0
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -121,3 +121,7 @@ wavelink-cli info
121
121
  ## License
122
122
 
123
123
  MIT
124
+
125
+ ## Disclaimer
126
+
127
+ This is an unofficial library and is not affiliated with or endorsed by Elgato or Corsair.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raphiiko/wavelink-cli",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Command line interface for Elgato Wave Link 3.0",
5
5
  "author": "Raphiiko",
6
6
  "license": "MIT",
@@ -17,7 +17,8 @@
17
17
  "cli",
18
18
  "typescript"
19
19
  ],
20
- "module": "src/index.ts",
20
+ "main": "dist/index.js",
21
+ "module": "dist/index.js",
21
22
  "type": "module",
22
23
  "bin": {
23
24
  "wavelink-cli": "dist/index.js"