aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-06-01 04:43:53 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-06-01 04:43:53 +0800
commit193e4f327523ca7f718c1091af0b7192f4e0bcbb (patch)
tree14cc8dfd4c731695dd4646f3a7b00ab3fa379033
parenta2fc9a964ba6dd5379924e786df430c4fce3fc7a (diff)
downloaddexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar.gz
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar.bz2
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar.lz
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar.xz
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.tar.zst
dexon-sol-tools-193e4f327523ca7f718c1091af0b7192f4e0bcbb.zip
Address feedback
-rw-r--r--packages/ethereum-types/CHANGELOG.json3
-rw-r--r--packages/ethereum-types/package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/ethereum-types/CHANGELOG.json b/packages/ethereum-types/CHANGELOG.json
index 67eac5111..ed0526ee0 100644
--- a/packages/ethereum-types/CHANGELOG.json
+++ b/packages/ethereum-types/CHANGELOG.json
@@ -3,7 +3,8 @@
"version": "0.0.1",
"changes": [
{
- "note": "Initial publish"
+ "note": "Initial publish",
+ "pr": "642"
}
]
}
diff --git a/packages/ethereum-types/package.json b/packages/ethereum-types/package.json
index c7a748f70..0c9519994 100644
--- a/packages/ethereum-types/package.json
+++ b/packages/ethereum-types/package.json
@@ -22,7 +22,7 @@
"bugs": {
"url": "https://github.com/0xProject/0x-monorepo/issues"
},
- "homepage": "https://github.com/0xProject/0x-monorepo/packages/types/README.md",
+ "homepage": "https://github.com/0xProject/0x-monorepo/packages/ethereum-types/README.md",
"devDependencies": {
"@0xproject/monorepo-scripts": "^0.1.20",
"@0xproject/tslint-config": "^0.4.18",