Skip to content

Commit

Permalink
fix sdk build and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jul 31, 2023
1 parent 16790a3 commit 3b4ccae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/zodiac",
"version": "3.3.5",
"version": "3.3.6",
"description": "Zodiac is a composable design philosophy and collection of standards for building DAO ecosystem tooling.",
"author": "Auryn Macmillan <[email protected]>",
"license": "LGPL-3.0+",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "dist/cjs",
"module": "commonjs"
},
"files": ["./hardhat.config.ts"]
"include": ["sdk/**/*.ts"],
"exclude": ["sdk/**/__tests__/**/*"]
}
3 changes: 2 additions & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "dist/esm",
"module": "es6"
},
"files": ["./hardhat.config.ts"]
"include": ["sdk/**/*.ts"],
"exclude": ["sdk/**/__tests__/**/*"]
}

0 comments on commit 3b4ccae

Please sign in to comment.