Add correct npmignore to 0x.js and update CHANGELOG

This commit is contained in:
Fabio Berger 2018-02-09 12:18:23 -08:00
parent 20e2673b82
commit 19198737a5
2 changed files with 14 additions and 0 deletions

10
packages/0x.js/.npmignore Normal file
View File

@ -0,0 +1,10 @@
tsconfig.json
webpack.config.js
yarn-error.log
.nyc_output/
test/
/src/
/_bundles/
/contract_templates/
/generated_docs/
/scripts/

View File

@ -1,5 +1,9 @@
# CHANGELOG
## v0.32.2 - _February 9, 2018_
* Fix publishing issue where .npmignore was not properly excluding undesired content
## v0.32.1 - _February 7, 2018_
* Reorganized `BlockParamLiteral` export into `@0xproject/types` package (#355)