aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-02-10 05:14:31 +0800
committerFabio Berger <me@fabioberger.com>2018-02-10 05:14:31 +0800
commit6e9109eaec18fb0cb4fe8f399d3e11137349174b (patch)
tree6f4ddaa7a0020e813d7da5833efaef5e3755273c
parenta04ec14cf045862d0c25ce1877b8cfc2a8bd4eca (diff)
downloaddexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar.gz
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar.bz2
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar.lz
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar.xz
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.tar.zst
dexon-sol-tools-6e9109eaec18fb0cb4fe8f399d3e11137349174b.zip
Add npmignore to utils and update CHANGELOG
-rw-r--r--packages/utils/.npmignore3
-rw-r--r--packages/utils/CHANGELOG.md4
2 files changed, 7 insertions, 0 deletions
diff --git a/packages/utils/.npmignore b/packages/utils/.npmignore
new file mode 100644
index 000000000..1c03f00bb
--- /dev/null
+++ b/packages/utils/.npmignore
@@ -0,0 +1,3 @@
+/scripts/
+/src/
+tsconfig.json
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index b94e2ccee..acf1c701c 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## v0.3.1 - _February 9, 2018_
+
+ * Fix publishing issue where .npmignore was not properly excluding undesired content
+
## v0.3.0 - _February 5, 2018_
* Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)