Added npmignore to thin down the umbrella package.
This commit is contained in:
parent
a90ab3dbb1
commit
3d56251d15
14
.npmignore
Normal file
14
.npmignore
Normal 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/
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ethers",
|
"name": "ethers",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "Ethereum wallet library.",
|
"description": "Ethereum wallet library.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user