diff --git a/package.json b/package.json index 09e8abfba..2f4bc94b3 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,8 @@ }, "./userdocs/*": "./userdocs", "./devdocs/*": "./devdocs/*", - "./artifacts/*": "./artifacts/*" + "./artifacts/*": "./artifacts/*", + "./dist/*": "./dist/*" }, "scripts": { "test": "hardhat test",