create-mn-app 0.2.1 → 0.2.2
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/dist/cli.js +1 -1
- package/package.json +6 -2
package/dist/cli.js
CHANGED
|
@@ -13,7 +13,7 @@ error_handler_js_1.ErrorHandler.checkNodeVersion(22);
|
|
|
13
13
|
program
|
|
14
14
|
.name("create-midnight-app")
|
|
15
15
|
.description("Create a new Midnight Network application")
|
|
16
|
-
.version("0.2.
|
|
16
|
+
.version("0.2.2")
|
|
17
17
|
.argument("[project-directory]", "Directory name for your project")
|
|
18
18
|
.option("-t, --template <name>", "Template to use (hello-world, counter, bboard, dex, midnight-kitties)")
|
|
19
19
|
.option("--use-npm", "Use npm explicitly")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mn-app",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Create Midnight Network applications with zero configuration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
},
|
|
56
56
|
"repository": {
|
|
57
57
|
"type": "git",
|
|
58
|
-
"url": "https://github.com/
|
|
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"
|
|
59
63
|
}
|
|
60
64
|
}
|