aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas/tsconfig.json
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-29 04:08:15 +0800
committerF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-12-29 04:08:15 +0800
commita3eab71908cd2e188438b4d411b7c426c874f0b2 (patch)
treedea7749d4e3ba236ac85ac4792c3fd453192cc0b /packages/json-schemas/tsconfig.json
parent7e12ae1bfce33dcd6812c10a0d03ff16bd4f3884 (diff)
downloaddexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.gz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.bz2
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.lz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.xz
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.tar.zst
dexon-sol-tools-a3eab71908cd2e188438b4d411b7c426c874f0b2.zip
Correct inconsistencies in JSON schema names
In both ref ID's and file names.
Diffstat (limited to 'packages/json-schemas/tsconfig.json')
-rw-r--r--packages/json-schemas/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/json-schemas/tsconfig.json b/packages/json-schemas/tsconfig.json
index a79d54385..11e68b6fb 100644
--- a/packages/json-schemas/tsconfig.json
+++ b/packages/json-schemas/tsconfig.json
@@ -40,7 +40,7 @@
"./schemas/relayer_api_orders_schema.json",
"./schemas/signed_orders_schema.json",
"./schemas/token_schema.json",
- "./schemas/js_number.json",
+ "./schemas/js_number_schema.json",
"./schemas/zero_ex_transaction_schema.json",
"./schemas/tx_data_schema.json",
"./schemas/index_filter_values_schema.json",