Skip to content

Commit

Permalink
Merge pull request #155 from zama-ai/includeArtifactsNpm
Browse files Browse the repository at this point in the history
chore: new npmignore
  • Loading branch information
jatZama authored Dec 2, 2024
2 parents 3311cac + 675566d commit 151ebe9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
*
!/artifacts/
!/artifacts/contracts/
!/artifacts/contracts/**/*.json
/artifacts/contracts/**/*.dbg.json
!/artifacts/gateway/
!/artifacts/gateway/GatewayContract.sol/GatewayContract.json
/artifacts/gateway/**/*.json
/artifacts/gateway/**/*.dbg.json
!addresses/**
!contracts/**
!gateway/**
Expand Down
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.

2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhevm-core-contracts",
"version": "0.1.0-2",
"version": "0.6.0-0",
"description": "fhEVM contracts",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 151ebe9

Please sign in to comment.