aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/package.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-01 05:33:28 +0800
committerGitHub <noreply@github.com>2018-06-01 05:33:28 +0800
commit384c05ccc70f839f4098e375237514784253197d (patch)
tree10e850e1e1cf17edb1a24df970ba97974d56acf0 /packages/sol-compiler/package.json
parent6fd87568e738c114dbba9be85cf470c11117ec0a (diff)
parent193e4f327523ca7f718c1091af0b7192f4e0bcbb (diff)
downloaddexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.gz
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.bz2
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.lz
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.xz
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.tar.zst
dexon-sol-tools-384c05ccc70f839f4098e375237514784253197d.zip
Merge pull request #642 from 0xProject/feature/ethereum-types
Introduce ethereum-types package
Diffstat (limited to 'packages/sol-compiler/package.json')
-rw-r--r--packages/sol-compiler/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index a74e4ae3e..60ed3655f 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -28,7 +28,8 @@
"assets": [],
"docPublishConfigs": {
"extraFileIncludes": [
- "../types/src/index.ts"
+ "../types/src/index.ts",
+ "../ethereum-types/src/index.ts"
],
"s3BucketPath": "s3://doc-jsons/sol-compiler/",
"s3StagingBucketPath": "s3://staging-doc-jsons/sol-compiler/"
@@ -80,6 +81,7 @@
"@0xproject/utils": "^0.6.2",
"@0xproject/web3-wrapper": "^0.6.4",
"@types/yargs": "^11.0.0",
+ "ethereum-types": "^0.0.1",
"chalk": "^2.3.0",
"ethereumjs-util": "^5.1.1",
"isomorphic-fetch": "^2.2.1",