fix(config): use extended schema with js-config
This commit is contained in:
parent
1e2b2a093b
commit
512112f4fb
|
@ -11,7 +11,7 @@
|
|||
"author": "ssube",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@apextoaster/js-config": "0.2.0-0",
|
||||
"@apextoaster/js-config": "0.2.0-3",
|
||||
"@apextoaster/js-utils": "0.2.1",
|
||||
"@apextoaster/js-yaml-schema": "0.4.0-4",
|
||||
"@gitbeaker/browser": "23.7.0",
|
||||
|
|
|
@ -72,7 +72,6 @@ export async function initConfig(path: string, include = SCHEMA_OPTIONS): Promis
|
|||
config: {
|
||||
key: CONFIG_SCHEMA_KEY,
|
||||
sources: [{
|
||||
include,
|
||||
name: '.',
|
||||
paths: [path],
|
||||
type: 'file',
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@apextoaster/js-config@0.2.0-0":
|
||||
version "0.2.0-0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-config/-/js-config-0.2.0-0.tgz#91d9d4f8e078de70f0db2fbfadbca1bfbb4885c5"
|
||||
integrity sha512-P9fQpkCODC/WrfaHr9qrbEfl+gqgauh/5nxyxS1rY8YhqkijYF0bgp0f9fzunGNPzk6HCTK/hGTT215DYuP0cQ==
|
||||
"@apextoaster/js-config@0.2.0-3":
|
||||
version "0.2.0-3"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@apextoaster/js-config/-/js-config-0.2.0-3.tgz#077b9916fcf6541af038ddb9bd585026c4c4c08a"
|
||||
integrity sha512-mcsbrWmKJ0tTcsX0v0BU4+VMlvQKsZ+A6zCUcD7rxyTu43w5+gbx8M94mMpA1hhCkC9Q12aKUl+8vgqXhUCOmw==
|
||||
|
||||
"@apextoaster/js-utils@0.2.1":
|
||||
version "0.2.1"
|
||||
|
|
Loading…
Reference in New Issue