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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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: "\u{1F36B} Boilerplate" },
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! \u{1F36D}"));
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"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newcandies",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "description": "Scaffold Expo Router + Uniwind React Native apps with layered templates.",
5
5
  "type": "module",
6
6
  "bin": {