Added npmignore to thin down the umbrella package.

This commit is contained in:
ricmoo 2017-04-06 14:13:22 -04:00
parent a90ab3dbb1
commit 3d56251d15
2 changed files with 15 additions and 1 deletions

14
.npmignore Normal file
View File

@ -0,0 +1,14 @@
Gruntfile.js
# If you need these, checkout GitHub
docs/
examples/
# These are all included by their sub-packages in npm
utils/
contracts/
providers/
wallet/
# To run tests, checkout GitHub
tests/

View File

@ -1,6 +1,6 @@
{
"name": "ethers",
"version": "2.0.0",
"version": "2.0.1",
"description": "Ethereum wallet library.",
"main": "index.js",
"scripts": {