Skip to content

Commit 595baf5

Browse files
authored
Merge pull request #263 from 1inch/feature/export_contracts
add contracts to export
2 parents 4adc76e + d02e2a0 commit 595baf5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@1inch/solidity-utils",
3-
"version": "6.9.8",
3+
"version": "6.9.9",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"exports": {
77
".": "./dist/src/index.js",
88
"./hardhat-setup": "./dist/hardhat-setup/index.js",
9-
"./docgen": "./dist/docgen/index.js"
9+
"./docgen": "./dist/docgen/index.js",
10+
"./contracts/*": "./contracts/*"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)