create-nexusts 0.7.7 → 0.7.9

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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # create-nexusts
2
2
 
3
- > Scaffold a new [NexusTS](https://github.com/kabyeon/nexusts) project — Bun-native fullstack framework.
3
+ > Scaffold a new [NexusTS](https://github.com/nexus-ts/nexusts) project — Bun-native fullstack framework.
4
4
 
5
- The official scaffolder for [NexusTS](https://github.com/kabyeon/nexusts). Creates a new project with the framework's MVC + DI + routing + validation stack pre-configured, plus your choice of view engine, ORM, and database.
5
+ The official scaffolder for [NexusTS](https://github.com/nexus-ts/nexusts). Creates a new project with the framework's MVC + DI + routing + validation stack pre-configured, plus your choice of view engine, ORM, and database.
6
6
 
7
7
  ## Quick start
8
8
 
@@ -76,4 +76,4 @@ create-nexusts --version # Show version
76
76
 
77
77
  ## License
78
78
 
79
- MIT — see the [LICENSE](./LICENSE) file in the main [NexusTS repo](https://github.com/kabyeon/nexusts).
79
+ MIT — see the [LICENSE](./LICENSE) file in the main [NexusTS repo](https://github.com/nexus-ts/nexusts).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nexusts",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "Scaffold a new NexusTS project — npm create nexusts@latest, bunx create-nexusts, or npx create-nexusts",
5
5
  "bin": {
6
6
  "create-nexusts": "index.js"
@@ -19,12 +19,12 @@
19
19
  "license": "MIT",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/kabyeon/nexusts.git",
22
+ "url": "https://github.com/nexus-ts/nexusts.git",
23
23
  "directory": "packages/create-nexusts"
24
24
  },
25
- "homepage": "https://github.com/kabyeon/nexusts#readme",
25
+ "homepage": "https://github.com/nexus-ts/nexusts#readme",
26
26
  "bugs": {
27
- "url": "https://github.com/kabyeon/nexusts/issues"
27
+ "url": "https://github.com/nexus-ts/nexusts/issues"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18",