Added publishConfig to specify dist-tag.

This commit is contained in:
Richard Moore 2020-08-25 10:54:52 -04:00
parent 106f8a2109
commit 278b388307
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

@ -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",