From 278b388307b6b8a270ed7ab1968431f794304d47 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 25 Aug 2020 10:54:52 -0400 Subject: [PATCH] Added publishConfig to specify dist-tag. --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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",