Fixed npmignore, which legacy was dropping all library packages.
This commit is contained in:
parent
96abf66333
commit
424cce9224
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user