create-what 0.5.5 → 0.5.6

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -3
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -70,7 +70,7 @@ StyleX is configured via `vite-plugin-stylex`. The counter example uses `stylex.
70
70
  ## Links
71
71
 
72
72
  - [Documentation](https://whatfw.com)
73
- - [GitHub](https://github.com/zvndev/what-fw)
73
+ - [GitHub](https://github.com/CelsianJs/whatfw)
74
74
 
75
75
  ## License
76
76
 
package/index.js CHANGED
@@ -898,9 +898,7 @@ async function main() {
898
898
  }, null, 2) + '\n');
899
899
 
900
900
  writeFileSync(join(root, '.vscode', 'extensions.json'), JSON.stringify({
901
- recommendations: [
902
- 'zvndev.thenjs',
903
- ],
901
+ recommendations: [],
904
902
  }, null, 2) + '\n');
905
903
 
906
904
  // src/main.jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-what",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Scaffold a new What Framework project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,14 +16,14 @@
16
16
  "template",
17
17
  "what-framework"
18
18
  ],
19
- "author": "",
19
+ "author": "ZVN DEV (https://zvndev.com)",
20
20
  "license": "MIT",
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/zvndev/what-fw"
23
+ "url": "https://github.com/CelsianJs/whatfw"
24
24
  },
25
25
  "bugs": {
26
- "url": "https://github.com/zvndev/what-fw/issues"
26
+ "url": "https://github.com/CelsianJs/whatfw/issues"
27
27
  },
28
28
  "homepage": "https://whatfw.com"
29
29
  }