@lucaismyname/create-l1-stack 0.0.5 → 0.0.6

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/package.json +1 -1
  2. package/src/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucaismyname/create-l1-stack",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/src/index.js CHANGED
@@ -8,7 +8,7 @@ import os from 'node:os'
8
8
  import { cancel, intro, isCancel, outro, select, text } from '@clack/prompts'
9
9
  import fse from 'fs-extra'
10
10
  import { execa } from 'execa'
11
- import tar from 'tar'
11
+ import * as tar from 'tar'
12
12
 
13
13
  const TEMPLATE_PKG_TS = '@lucaismyname/l1-template-ts'
14
14
  const TEMPLATE_PKG_JS = '@lucaismyname/l1-template-js'