fix(deps): update json schema validation (#6637)

This commit is contained in:
Beka Westberg
2022-11-29 07:57:02 -08:00
committed by GitHub
parent 748c7da30b
commit d5de2da2de
4 changed files with 63 additions and 37 deletions

View File

@@ -24,7 +24,7 @@ const {posixPath} = require('../../scripts/helpers');
* Renaming schema filename.
* @type {string}
*/
const SCHEMA_FILENAME = path.join(__dirname, 'renamings-schema.json');
const SCHEMA_FILENAME = path.join(__dirname, 'renamings.schema.json');
/**
* Renamings filename.