aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/schemas/compiler_options_schema.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-12 12:55:38 +0800
committerGitHub <noreply@github.com>2018-06-12 12:55:38 +0800
commit387c80e00af6db337f23ad9a762fcb5ca0cd7d09 (patch)
treeb8eb50091625254f9ff50d686e3cd60ef8744cf2 /packages/sol-compiler/src/schemas/compiler_options_schema.ts
parentbc0ae6be318a15bf8670a6da9a59d9bdb12cadae (diff)
parent05c914691f5b1b90079b73341e3591e6658d5c8b (diff)
downloaddexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.gz
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.tar.zst
dexon-sol-tools-387c80e00af6db337f23ad9a762fcb5ca0cd7d09.zip
Merge pull request #690 from 0xProject/feature/truffle-sol-cov-fixes
Sol-cov fixes
Diffstat (limited to 'packages/sol-compiler/src/schemas/compiler_options_schema.ts')
-rw-r--r--packages/sol-compiler/src/schemas/compiler_options_schema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-compiler/src/schemas/compiler_options_schema.ts b/packages/sol-compiler/src/schemas/compiler_options_schema.ts
index 43a9c0879..d4d1b6017 100644
--- a/packages/sol-compiler/src/schemas/compiler_options_schema.ts
+++ b/packages/sol-compiler/src/schemas/compiler_options_schema.ts
@@ -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: [