mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix(deps): update json schema validation (#6637)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user