what-compiler 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
@@ -95,7 +95,7 @@ mount(<FileRouter routes={routes} />, '#app');
95
95
  ## Links
96
96
 
97
97
  - [Documentation](https://whatfw.com)
98
- - [GitHub](https://github.com/zvndev/what-fw)
98
+ - [GitHub](https://github.com/CelsianJs/whatfw)
99
99
 
100
100
  ## License
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "what-compiler",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "JSX compiler for What Framework - transforms JSX to optimized DOM operations",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "babel",
20
20
  "vite"
21
21
  ],
22
- "author": "",
22
+ "author": "ZVN DEV (https://zvndev.com)",
23
23
  "license": "MIT",
24
24
  "peerDependencies": {
25
25
  "@babel/core": "^7.0.0",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "https://github.com/zvndev/what-fw"
37
+ "url": "https://github.com/CelsianJs/whatfw"
38
38
  },
39
39
  "bugs": {
40
- "url": "https://github.com/zvndev/what-fw/issues"
40
+ "url": "https://github.com/CelsianJs/whatfw/issues"
41
41
  },
42
42
  "homepage": "https://whatfw.com"
43
43
  }