create-momentum-app 0.1.6 → 0.1.7

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/index.cjs +2 -0
  2. package/package.json +4 -4
package/index.cjs CHANGED
@@ -128,6 +128,8 @@ const pool = (dbAdapter as PostgresAdapterWithRaw).getPool();` : "",
128
128
  console.log();
129
129
  console.log(import_picocolors.default.dim(" Open http://localhost:" + vars.defaultPort + "/admin"));
130
130
  console.log();
131
+ console.log(import_picocolors.default.dim(" Docs: https://github.com/DonaldMurillo/momentum-cms#readme"));
132
+ console.log();
131
133
  }
132
134
 
133
135
  // apps/create-momentum-app/src/cli.ts
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "create-momentum-app",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Create a new Momentum CMS application",
5
5
  "license": "MIT",
6
6
  "author": "Momentum CMS Contributors",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/momentum-cms/momentum-cms.git",
9
+ "url": "https://github.com/DonaldMurillo/momentum-cms.git",
10
10
  "directory": "apps/create-momentum-app"
11
11
  },
12
- "homepage": "https://github.com/momentum-cms/momentum-cms#readme",
12
+ "homepage": "https://github.com/DonaldMurillo/momentum-cms#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/momentum-cms/momentum-cms/issues"
14
+ "url": "https://github.com/DonaldMurillo/momentum-cms/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "cms",