create-tina-app 2.1.3 → 2.1.4
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/index.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -485,7 +485,7 @@ import { Command } from "commander";
|
|
|
485
485
|
|
|
486
486
|
// package.json
|
|
487
487
|
var name = "create-tina-app";
|
|
488
|
-
var version = "2.1.
|
|
488
|
+
var version = "2.1.4";
|
|
489
489
|
|
|
490
490
|
// src/util/packageManagers.ts
|
|
491
491
|
var PKG_MANAGERS = ["npm", "yarn", "pnpm", "bun"];
|
|
@@ -1318,22 +1318,22 @@ ${TextStylesBold.bold("Telemetry Notice")}`);
|
|
|
1318
1318
|
console.log("Next steps:");
|
|
1319
1319
|
console.log(
|
|
1320
1320
|
` \u2022 \u{1F4DD} Edit some content: ${TextStyles.link(
|
|
1321
|
-
"https://tina.io/docs/using-tina-editor"
|
|
1321
|
+
"https://tina.io/docs/r/using-tina-editor"
|
|
1322
1322
|
)}`
|
|
1323
1323
|
);
|
|
1324
1324
|
console.log(
|
|
1325
1325
|
` \u2022 \u{1F4D6} Learn the basics: ${TextStyles.link(
|
|
1326
|
-
"https://tina.io/docs/
|
|
1326
|
+
"https://tina.io/docs/r/content-modelling-collections"
|
|
1327
1327
|
)}`
|
|
1328
1328
|
);
|
|
1329
1329
|
console.log(
|
|
1330
1330
|
` \u2022 \u{1F58C}\uFE0F Extend Tina with custom field components: ${TextStyles.link(
|
|
1331
|
-
"https://tina.io/docs/
|
|
1331
|
+
"https://tina.io/docs/r/custom-fields-react"
|
|
1332
1332
|
)}`
|
|
1333
1333
|
);
|
|
1334
1334
|
console.log(
|
|
1335
1335
|
` \u2022 \u{1F680} Deploy to Production: ${TextStyles.link(
|
|
1336
|
-
"https://tina.io/docs/tinacloud
|
|
1336
|
+
"https://tina.io/docs/r/what-is-tinacloud"
|
|
1337
1337
|
)}`
|
|
1338
1338
|
);
|
|
1339
1339
|
}
|