what-framework-cli 0.5.4 → 0.6.0

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/package.json +5 -5
  3. package/src/cli.js +1 -1
package/README.md CHANGED
@@ -95,7 +95,7 @@ export default {
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/what-framework)
99
99
 
100
100
  ## License
101
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "what-framework-cli",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "description": "What Framework CLI - Dev server, build, and deployment tools",
5
5
  "type": "module",
6
6
  "bin": {
@@ -19,17 +19,17 @@
19
19
  "build-tool",
20
20
  "what-framework"
21
21
  ],
22
- "author": "",
22
+ "author": "ZVN DEV (https://zvndev.com)",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "what-framework": "^0.5.3"
25
+ "what-framework": "^0.6.0"
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/zvndev/what-fw"
29
+ "url": "https://github.com/CelsianJs/what-framework"
30
30
  },
31
31
  "bugs": {
32
- "url": "https://github.com/zvndev/what-fw/issues"
32
+ "url": "https://github.com/CelsianJs/what-framework/issues"
33
33
  },
34
34
  "homepage": "https://whatfw.com"
35
35
  }
package/src/cli.js CHANGED
@@ -537,7 +537,7 @@ function init() {
537
537
  generate: 'what generate',
538
538
  },
539
539
  dependencies: {
540
- 'what-fw': '^0.1.0',
540
+ 'what-framework': '^0.6.0',
541
541
  },
542
542
  }, null, 2));
543
543