Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jun Kimura <[email protected]>
  • Loading branch information
bluele committed Sep 20, 2023
1 parent fdc8c30 commit 8af398a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 17 deletions.
59 changes: 43 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "lcp-solidity",
"version": "0.1.0",
"description": "LCP Client in Solidity",
"scripts": {
"compile": "truffle compile",
"postinstall": "npm run compile"
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.0",
"@hyperledger-labs/yui-ibc-solidity": "git+https://github.com/hyperledger-labs/yui-ibc-solidity.git#v0.3.8",
Expand All @@ -10,5 +14,5 @@
"@ensdomains/ens-contracts": "0.0.22",
"truffle": "5.8.4"
},
"license": "TBD"
"license": "Apache-2.0"
}

0 comments on commit 8af398a

Please sign in to comment.