Fixed npmignore, which legacy was dropping all library packages.

This commit is contained in:
Richard Moore 2018-03-05 00:54:33 -05:00
parent 96abf66333
commit 424cce9224
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295
2 changed files with 2 additions and 8 deletions

@ -1,14 +1,8 @@
Gruntfile.js
Gruntfile-test.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/

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