Skip to content

Commit

Permalink
select files
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Jan 8, 2024
1 parent f93b5bf commit 3569adc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 8 additions & 1 deletion packages/zeta-app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "@zetachain/zeta-app-contracts",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"private": false,
"author": "zetachain",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"contracts",
"data",
"lib",
"scripts",
"typechain-types"
],
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
Expand Down
8 changes: 7 additions & 1 deletion packages/zevm-app-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{
"name": "@zetachain/zevm-app-contracts",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"private": false,
"author": "zetachain",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"contracts",
"data",
"scripts",
"typechain-types"
],
"scripts": {
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
Expand Down

0 comments on commit 3569adc

Please sign in to comment.