aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/extensions/package.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-22 13:32:59 +0800
committerAmir Bandeali <abandeali1@gmail.com>2019-01-22 13:41:22 +0800
commitefbfd08aa0152bf82d293fab0b073e1d650c9ab1 (patch)
treeb7fea548337a7e1d409ba08917582eec77678c24 /contracts/extensions/package.json
parentf9c29c3e7421bc8bcb59316e366249d1b0efb407 (diff)
downloaddexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.tar.gz
dexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.tar.zst
dexon-0x-contracts-efbfd08aa0152bf82d293fab0b073e1d650c9ab1.zip
Separate forwarder into own package
Diffstat (limited to 'contracts/extensions/package.json')
-rw-r--r--contracts/extensions/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json
index 4395d1fac..e4adf6350 100644
--- a/contracts/extensions/package.json
+++ b/contracts/extensions/package.json
@@ -32,7 +32,7 @@
"lint-contracts": "solhint -c ../.solhint.json contracts/**/**/**/**/*.sol"
},
"config": {
- "abis": "generated-artifacts/@(BalanceThresholdFilter|DutchAuction|Forwarder|OrderMatcher|OrderValidator).json"
+ "abis": "generated-artifacts/@(BalanceThresholdFilter|DutchAuction|OrderMatcher|OrderValidator).json"
},
"repository": {
"type": "git",