create-nextly-app 0.0.2-alpha.8 → 0.0.2-alpha.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.
- package/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/package.json +4 -4
package/dist/cli.mjs
CHANGED
|
@@ -3434,7 +3434,7 @@ var require_package = __commonJS({
|
|
|
3434
3434
|
"package.json"(exports$1, module) {
|
|
3435
3435
|
module.exports = {
|
|
3436
3436
|
name: "create-nextly-app",
|
|
3437
|
-
version: "0.0.2-alpha.
|
|
3437
|
+
version: "0.0.2-alpha.9",
|
|
3438
3438
|
description: "CLI to scaffold Nextly in your Next.js project",
|
|
3439
3439
|
license: "MIT",
|
|
3440
3440
|
type: "module",
|