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