Skip to content

Commit

Permalink
chore: Update package version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseldon committed Aug 26, 2023
1 parent 5f16c3b commit 7402823
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
@benddao:registry=https://npm.pkg.github.com
engine-strict=true
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
{
"name": "@benddao/bend-protocol",
"version": "1.0.2",
"description": "Bend Protocol smart contracts",
"name": "@benddao/bend-lending-protocol",
"version": "1.0.11",
"description": "BendDAO Lending Protocol smart contracts",
"files": [
"abis",
"markets",
"contracts",
"artifacts"
"artifacts",
"types"
],
"homepage": "https://www.benddao.xyz/",
"bugs": "https://github.com/BendDAO/bend-lending-protocol/issues",
"repository": {
"type": "git",
"url": "https://github.com/BendDAO/bend-lending-protocol.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"run-env": "yarn && tail -f /dev/null",
"hardhat": "hardhat",
Expand Down

0 comments on commit 7402823

Please sign in to comment.