diff --git a/package.json b/package.json index a31b9e4e..7f416b06 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "@1inch/solidity-utils", - "version": "6.9.8", + "version": "6.9.9", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "exports": { ".": "./dist/src/index.js", "./hardhat-setup": "./dist/hardhat-setup/index.js", - "./docgen": "./dist/docgen/index.js" + "./docgen": "./dist/docgen/index.js", + "./contracts/*": "./contracts/*" }, "repository": { "type": "git",