newcandies 0.1.49 → 0.1.50
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -43,7 +43,7 @@ async function main() {
|
|
|
43
43
|
return p.select({
|
|
44
44
|
message: "Pick a treat",
|
|
45
45
|
options: [
|
|
46
|
-
{ value: "boilerplates", label: "\
|
|
46
|
+
{ value: "boilerplates", label: "\u2726 Boilerplate" },
|
|
47
47
|
{ value: "mini-boilerplates", label: "\u{1F369} Mini-boilerplate" },
|
|
48
48
|
{ value: "app-briefs", label: "\u{1F36D} App Brief" },
|
|
49
49
|
{ value: "mini-app-briefs", label: "\u{1F9C1} Mini App Brief" },
|
|
@@ -257,7 +257,7 @@ async function main() {
|
|
|
257
257
|
runCmd("prebuild --clean"),
|
|
258
258
|
runCmd("ios") + ` or ${project.pm} android`
|
|
259
259
|
];
|
|
260
|
-
p.outro(nextSteps.filter(Boolean).join("\n") + "\n\n" + pc.dim("Happy coding! \
|
|
260
|
+
p.outro(nextSteps.filter(Boolean).join("\n") + "\n\n" + pc.dim("Happy coding! \u2362"));
|
|
261
261
|
}
|
|
262
262
|
async function installDeps(pm, cwd) {
|
|
263
263
|
const args = ["install"];
|