Added publishConfig to specify dist-tag.
This commit is contained in:
parent
106f8a2109
commit
278b388307
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "ethers",
|
"name": "ethers",
|
||||||
"version": "4.0.48",
|
"version": "4.0.48",
|
||||||
|
"publishConfig": {
|
||||||
|
"access": "public",
|
||||||
|
"tag": "legacy"
|
||||||
|
},
|
||||||
"description": "Ethereum wallet library.",
|
"description": "Ethereum wallet library.",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user