diff --git a/package.json b/package.json index c282134a8..a5a3bd93a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,10 @@ { "name": "ethers", "version": "4.0.48", + "publishConfig": { + "access": "public", + "tag": "legacy" + }, "description": "Ethereum wallet library.", "main": "./index.js", "types": "./index.d.ts",