create-lunar-kit 0.1.17 → 0.1.18

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 +2 -2
package/dist/index.js CHANGED
@@ -335,7 +335,7 @@ function closeInitProject(packageManager, name) {
335
335
  // package.json
336
336
  var package_default = {
337
337
  name: "create-lunar-kit",
338
- version: "0.1.17",
338
+ version: "0.1.18",
339
339
  description: "Create a new React Native app with Lunar Kit and NativeWind pre-configured",
340
340
  author: "Your Name",
341
341
  license: "MIT",
@@ -360,7 +360,7 @@ var package_default = {
360
360
  ],
361
361
  dependencies: {
362
362
  "@clack/prompts": "^1.1.0",
363
- "@lunar-kit/core": "0.1.17",
363
+ "@lunar-kit/core": "0.1.18",
364
364
  chalk: "^5.4.1",
365
365
  commander: "^12.1.0",
366
366
  execa: "^9.6.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lunar-kit",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Create a new React Native app with Lunar Kit and NativeWind pre-configured",
5
5
  "author": "Your Name",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@clack/prompts": "^1.1.0",
28
- "@lunar-kit/core": "0.1.17",
28
+ "@lunar-kit/core": "0.1.18",
29
29
  "chalk": "^5.4.1",
30
30
  "commander": "^12.1.0",
31
31
  "execa": "^9.6.1",