diff options
-rw-r--r-- | packages/0x.js/.npmignore | 10 | ||||
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/0x.js/.npmignore b/packages/0x.js/.npmignore new file mode 100644 index 000000000..c7e4cf95b --- /dev/null +++ b/packages/0x.js/.npmignore @@ -0,0 +1,10 @@ +tsconfig.json +webpack.config.js +yarn-error.log +.nyc_output/ +test/ +/src/ +/_bundles/ +/contract_templates/ +/generated_docs/ +/scripts/ diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index fa5bd6d4d..57bc9360e 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -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) |