Skip to content

Commit 304d073

Browse files
committed
chore: enhance exports for Solidity files
1 parent d25f050 commit 304d073

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contracts/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cosmos-evm-contracts",
33
"packageManager": "pnpm@9.15.0",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"description": "A collection of smart contracts used in the development of the Cosmos EVM blockchain.",
66
"devDependencies": {
77
"@openzeppelin/contracts": "^5.4.0",
@@ -18,6 +18,7 @@
1818
"README.md"
1919
],
2020
"exports": {
21+
"./*.sol": "./dist/*.sol",
2122
"./*": {
2223
"types": "./dist/*.d.ts",
2324
"import": "./dist/*.js",

0 commit comments

Comments
 (0)