eslint-plugin-what 0.5.4 → 0.5.5

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 +4 -4
package/README.md CHANGED
@@ -130,7 +130,7 @@ Suggests using `signal.set()` instead of reassignment for signal updates. Off by
130
130
  ## Links
131
131
 
132
132
  - [Documentation](https://whatfw.com)
133
- - [GitHub](https://github.com/zvndev/what-fw)
133
+ - [GitHub](https://github.com/CelsianJs/whatfw)
134
134
 
135
135
  ## License
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-what",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "ESLint rules for What Framework — catch signal bugs, enforce patterns",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -21,14 +21,14 @@
21
21
  "peerDependencies": {
22
22
  "eslint": ">=9.0.0"
23
23
  },
24
- "author": "",
24
+ "author": "ZVN DEV (https://zvndev.com)",
25
25
  "license": "MIT",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "https://github.com/zvndev/what-fw"
28
+ "url": "https://github.com/CelsianJs/whatfw"
29
29
  },
30
30
  "bugs": {
31
- "url": "https://github.com/zvndev/what-fw/issues"
31
+ "url": "https://github.com/CelsianJs/whatfw/issues"
32
32
  },
33
33
  "homepage": "https://whatfw.com"
34
34
  }