feat(templates): move public dir to src dir
This commit is contained in:
parent
1ef847a11d
commit
fd634e3370
5 changed files with 12 additions and 12 deletions
|
@ -126,11 +126,11 @@ importers:
|
||||||
templates/basic:
|
templates/basic:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@mcflyjs/config':
|
'@mcflyjs/config':
|
||||||
specifier: ^0.2.3
|
specifier: ^0.2.6
|
||||||
version: 0.2.3
|
version: 0.2.6
|
||||||
'@mcflyjs/core':
|
'@mcflyjs/core':
|
||||||
specifier: ^0.8.1
|
specifier: ^0.8.4
|
||||||
version: 0.8.1(@netlify/blobs@8.1.0)(magicast@0.3.5)(typescript@5.7.3)
|
version: 0.8.4(@netlify/blobs@8.1.0)(magicast@0.3.5)(typescript@5.7.3)
|
||||||
devDependencies:
|
devDependencies:
|
||||||
typescript:
|
typescript:
|
||||||
specifier: ^5.7.3
|
specifier: ^5.7.3
|
||||||
|
@ -964,11 +964,11 @@ packages:
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@mcflyjs/config@0.2.3':
|
'@mcflyjs/config@0.2.6':
|
||||||
resolution: {integrity: sha512-toHJrWuusLiYhkxfBnGo9Mqm+8R+5YFmabvA/4dARRRDXdHIfP8c4xJdBowDqZxv4CI504tdvlQvtROpWj1LkA==}
|
resolution: {integrity: sha512-HGjvSwXlM0+FSxyQV/2e8rs7dJw98i+jV8/71YupimBvdUCgErCXR7Hh+3Qzox6naoWm+8e91mRQeMY6uF99JA==}
|
||||||
|
|
||||||
'@mcflyjs/core@0.8.1':
|
'@mcflyjs/core@0.8.4':
|
||||||
resolution: {integrity: sha512-nPez716blw3Ua5hh799rzK7ixVFr7iMV+aN9RbXj3lzWZ6fzK+eqKt7+PvXCHbbMvpx0G0Q9Wg8mfFbnQmJySw==}
|
resolution: {integrity: sha512-LBO6lYP0QwV4rHD580ZYAiOYvdgSzejZkP26zH+Uptn6h5V7X43vN7vocRPRaruapKrBN+Y4tnSaXb48NtBlfA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
'@netlify/binary-info@1.0.0':
|
'@netlify/binary-info@1.0.0':
|
||||||
|
@ -6366,14 +6366,14 @@ snapshots:
|
||||||
- encoding
|
- encoding
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@mcflyjs/config@0.2.3':
|
'@mcflyjs/config@0.2.6':
|
||||||
dependencies:
|
dependencies:
|
||||||
h3: 1.13.0
|
h3: 1.13.0
|
||||||
web-component-base: 2.1.2
|
web-component-base: 2.1.2
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- uWebSockets.js
|
- uWebSockets.js
|
||||||
|
|
||||||
'@mcflyjs/core@0.8.1(@netlify/blobs@8.1.0)(magicast@0.3.5)(typescript@5.7.3)':
|
'@mcflyjs/core@0.8.4(@netlify/blobs@8.1.0)(magicast@0.3.5)(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
c12: 2.0.1(magicast@0.3.5)
|
c12: 2.0.1(magicast@0.3.5)
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"typescript": "^5.7.3"
|
"typescript": "^5.7.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mcflyjs/config": "^0.2.3",
|
"@mcflyjs/config": "^0.2.6",
|
||||||
"@mcflyjs/core": "^0.8.1"
|
"@mcflyjs/core": "^0.8.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue