Skip to content

Commit

Permalink
Merge pull request #162 from zama-ai/fixWorkflowContracts
Browse files Browse the repository at this point in the history
chore: fix package.json for CI
  • Loading branch information
jatZama authored Dec 2, 2024
2 parents 287f4e9 + 4f68e47 commit e08391e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "fhevm-core-contracts",
"version": "0.6.0-1",
"version": "0.6.0-2",
"description": "fhEVM contracts",
"repository": {
"type": "git",
"url": "git+https://github.com/zama-ai/fhevm-backend.git"
},
"main": "index.js",
"scripts": {
"compile": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat compile",
Expand Down

0 comments on commit e08391e

Please sign in to comment.