Add npmignore to subpackage and update CHANGELOG
This commit is contained in:
4
packages/assert/.npmignore
Normal file
4
packages/assert/.npmignore
Normal file
@@ -0,0 +1,4 @@
|
||||
/src/
|
||||
/scripts/
|
||||
test/
|
||||
tsconfig.json
|
||||
@@ -1,6 +1,10 @@
|
||||
# CHANGELOG
|
||||
|
||||
## v0.0.4 - _Nov. 14, 2017_
|
||||
## v0.0.5 - _February 9, 2017_
|
||||
|
||||
* Fix publishing issue where .npmignore was not properly excluding undesired content
|
||||
|
||||
## v0.0.4 - _November 14, 2017_
|
||||
|
||||
* Re-publish Assert previously published under NPM package @0xproject/0x-assert
|
||||
* Added assertion isValidBaseUnitAmount which checks both that the value is a valid bigNumber and that it does not contain decimals.
|
||||
|
||||
Reference in New Issue
Block a user