Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 2a7c127

Browse files
committed
fix: correct repository URLs to Olanetsoft/create-mn-app v0.2.2
- Update repository URL from midnightntwrk to Olanetsoft - Add homepage and bugs URLs - Bump version to 0.2.2 for internal testing before moving to midnight repo
1 parent 75c4db2 commit 2a7c127

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mn-app",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Create Midnight Network applications with zero configuration",
55
"main": "dist/index.js",
66
"bin": {
@@ -55,6 +55,10 @@
5555
},
5656
"repository": {
5757
"type": "git",
58-
"url": "https://github.com/midnightntwrk/create-midnight-app.git"
58+
"url": "https://github.com/Olanetsoft/create-mn-app.git"
59+
},
60+
"homepage": "https://github.com/Olanetsoft/create-mn-app#readme",
61+
"bugs": {
62+
"url": "https://github.com/Olanetsoft/create-mn-app/issues"
5963
}
6064
}

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ErrorHandler.checkNodeVersion(22);
1111
program
1212
.name("create-midnight-app")
1313
.description("Create a new Midnight Network application")
14-
.version("0.2.0")
14+
.version("0.2.2")
1515
.argument("[project-directory]", "Directory name for your project")
1616
.option(
1717
"-t, --template <name>",

0 commit comments

Comments
 (0)