Fix solidityVersion schema regex
This commit is contained in:
parent
e0c0584c59
commit
6eebd693ce
@ -3,7 +3,7 @@ export const compilerOptionsSchema = {
|
||||
properties: {
|
||||
contractsDir: { type: 'string' },
|
||||
artifactsDir: { type: 'string' },
|
||||
solcVersion: { type: 'string', pattern: '^d+.d+.d+$' },
|
||||
solcVersion: { type: 'string', pattern: '^\\d+.\\d+.\\d+$' },
|
||||
compilerSettings: { type: 'object' },
|
||||
contracts: {
|
||||
oneOf: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user