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.
- package/README.md +1 -1
- package/index.js +1 -3
- package/package.json +4 -4
package/README.md
CHANGED
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.
|
|
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/
|
|
23
|
+
"url": "https://github.com/CelsianJs/whatfw"
|
|
24
24
|
},
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/
|
|
26
|
+
"url": "https://github.com/CelsianJs/whatfw/issues"
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://whatfw.com"
|
|
29
29
|
}
|