Fix weird casing
This commit is contained in:
parent
529716f517
commit
1be0816bf3
3 changed files with 12 additions and 21295 deletions
|
@ -6,5 +6,11 @@ export default createConfig({
|
|||
pkgs.warehouse.withCommit(
|
||||
"510449e16535f2b28ef0ae9a53b0df119494e32d36a5572e0db1c44e96d9b08f"
|
||||
),
|
||||
pkgs.vscodium.withConfig({
|
||||
"file.json": {
|
||||
some: "value",
|
||||
}.toString(),
|
||||
"otherFile.ini": "foo",
|
||||
}),
|
||||
],
|
||||
})
|
||||
|
|
21291
packages.ts
21291
packages.ts
File diff suppressed because one or more lines are too long
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
@ -7,7 +7,7 @@ settings:
|
|||
dependencies:
|
||||
'@quados/models':
|
||||
specifier: github:Quad-Linux/models
|
||||
version: github.com/Quad-Linux/models/b1874e544d243025ff6dcd626410942573c0f815
|
||||
version: github.com/Quad-Linux/models/b9bd88e06107132a5cd71844681158f08bc7b2a3
|
||||
esbuild:
|
||||
specifier: ^0.20.1
|
||||
version: 0.20.1
|
||||
|
@ -388,13 +388,13 @@ packages:
|
|||
name: '@quados/helpers'
|
||||
version: 1.0.0
|
||||
dependencies:
|
||||
'@quados/models': github.com/Quad-Linux/models/b1874e544d243025ff6dcd626410942573c0f815
|
||||
'@quados/models': github.com/Quad-Linux/models/b9bd88e06107132a5cd71844681158f08bc7b2a3
|
||||
chalk: 5.3.0
|
||||
ora: 8.0.1
|
||||
dev: false
|
||||
|
||||
github.com/Quad-Linux/models/b1874e544d243025ff6dcd626410942573c0f815:
|
||||
resolution: {tarball: https://codeload.github.com/Quad-Linux/models/tar.gz/b1874e544d243025ff6dcd626410942573c0f815}
|
||||
github.com/Quad-Linux/models/b9bd88e06107132a5cd71844681158f08bc7b2a3:
|
||||
resolution: {tarball: https://codeload.github.com/Quad-Linux/models/tar.gz/b9bd88e06107132a5cd71844681158f08bc7b2a3}
|
||||
name: '@quados/models'
|
||||
version: 1.0.0
|
||||
dependencies:
|
||||
|
@ -407,7 +407,7 @@ packages:
|
|||
version: 1.0.0
|
||||
dependencies:
|
||||
'@quados/helpers': github.com/Quad-Linux/helpers/e0e30e2dafb1a76e4078b1c299b8a639a705035c
|
||||
'@quados/models': github.com/Quad-Linux/models/b1874e544d243025ff6dcd626410942573c0f815
|
||||
'@quados/models': github.com/Quad-Linux/models/b9bd88e06107132a5cd71844681158f08bc7b2a3
|
||||
'@types/node': 20.11.26
|
||||
chalk: 5.3.0
|
||||
dataclass: 2.1.1
|
||||
|
|
Reference in a new issue