what-react 0.1.1 → 0.1.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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -123,7 +123,7 @@ reactCompat({
123
123
 
124
124
  - [React Compat Showcase](https://react.whatfw.com)
125
125
  - [Documentation](https://whatfw.com)
126
- - [GitHub](https://github.com/zvndev/what-fw)
126
+ - [GitHub](https://github.com/CelsianJs/whatfw)
127
127
  - [Benchmarks](https://benchmarks.whatfw.com)
128
128
 
129
129
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "what-react",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "React compatibility layer for What Framework — use React packages with signals under the hood",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -25,14 +25,14 @@
25
25
  "peerDependencies": {
26
26
  "what-core": "^0.5.3"
27
27
  },
28
- "author": "",
28
+ "author": "ZVN DEV (https://zvndev.com)",
29
29
  "license": "MIT",
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/zvndev/what-fw"
32
+ "url": "https://github.com/CelsianJs/whatfw"
33
33
  },
34
34
  "bugs": {
35
- "url": "https://github.com/zvndev/what-fw/issues"
35
+ "url": "https://github.com/CelsianJs/whatfw/issues"
36
36
  },
37
37
  "homepage": "https://react.whatfw.com"
38
38
  }