newcandies 0.1.38 → 0.1.40

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 CHANGED
@@ -158,7 +158,7 @@ async function main() {
158
158
  }
159
159
  const destFiles = await fs.readdir(dest);
160
160
  for (const file of destFiles) {
161
- if (file === "env" || file.startsWith("env.")) {
161
+ if (file === "env" || file.startsWith("env.") || file === "npmrc") {
162
162
  const newName = "." + file;
163
163
  await fs.move(path.join(dest, file), path.join(dest, newName), { overwrite: true });
164
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newcandies",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "Scaffold Expo Router + Uniwind React Native apps with layered templates.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -0,0 +1 @@
1
+ node-linker=hoisted
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holidia",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "expo-router/entry",
5
5
  "scripts": {
6
6
  "start": "expo start --dev-client",