@leonabcd123/modern-caps-lock 2.0.1 → 2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -7,7 +7,7 @@ Modern Caps Lock provides an easy way to know whether Caps Lock is currently act
7
7
  Example installation with npm:
8
8
 
9
9
  ```
10
- npm install "@leonabcd123/modern-caps-lock"
10
+ npm install @leonabcd123/modern-caps-lock
11
11
  ```
12
12
 
13
13
  ### Examples
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leonabcd123/modern-caps-lock",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "A package that allows you to know whether caps lock is active or not",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "build": "tsc"
12
12
  },
13
13
  "devDependencies": {
14
- "typescript": "next"
14
+ "typescript": "^5.9.0"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -21,6 +21,9 @@
21
21
  "caps-lock"
22
22
  ],
23
23
  "author": "Leonabcd123",
24
+ "contributors": [
25
+ "fehmer"
26
+ ],
24
27
  "license": "GPL-3.0",
25
28
  "bugs": {
26
29
  "url": "https://github.com/Leonabcd123/modern-caps-lock/issues"