Skip to content

Commit

Permalink
fix(config): use extended schema with js-config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 4, 2021
1 parent 1e2b2a0 commit 512112f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 512112f

Please sign in to comment.