aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:44:48 +0800
committerHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:44:48 +0800
commita9a92c8af635f29d083464cd7fff7c549e289d7b (patch)
tree4215403af9e10f3e38ee90a43162c3942ae0b02d /packages/sol-doc
parent8badebfcf7383a644b80e05a7d5675f6c69be246 (diff)
downloaddexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.gz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.bz2
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.lz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.xz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.zst
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.zip
- @dexon-foundation/sol-compiler@2.0.7 - @dexon-foundation/sol-coverage@1.0.5 - @dexon-foundation/sol-doc@1.0.16 - @dexon-foundation/sol-profiler@1.0.5 - @dexon-foundation/sol-trace@1.0.5 - @dexon-foundation/sol-tracing-utils@4.0.3 - @dexon-foundation/subproviders@2.1.13 - @dexon-foundation/typescript-typings@1.0.2
Diffstat (limited to 'packages/sol-doc')
-rw-r--r--packages/sol-doc/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json
index 5c95cf326..7cd57ddb0 100644
--- a/packages/sol-doc/package.json
+++ b/packages/sol-doc/package.json
@@ -1,6 +1,6 @@
{
"name": "@dexon-foundation/sol-doc",
- "version": "1.0.15",
+ "version": "1.0.16",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@@ -27,7 +27,7 @@
"dependencies": {
"@0x/types": "^1.5.2",
"@0x/utils": "^3.0.1",
- "@dexon-foundation/sol-compiler": "^2.0.6",
+ "@dexon-foundation/sol-compiler": "^2.0.7",
"ethereum-types": "^1.1.6",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.10",