Skip to content

Commit

Permalink
chore: Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
thorseldon committed Aug 26, 2023
1 parent dd01a56 commit cb4d4bf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "@benddao/downpayment",
"name": "@benddao/bend-downpayment",
"version": "1.0.0",
"description": "Bend downpayment smart",
"description": "BendDAO downpayment smart contracts",
"author": "BendDAO",
"license": "MIT",
"private": false,
"files": [
"/abis/*.json",
"/contracts/*.sol",
"/contracts/interfaces/*.sol",
"/contracts/libraries/*.sol"
"/contracts/libraries/*.sol",
"/contracts/adapters/*.sol"
],
"keywords": [
"benddao"
"benddao",
"downpayment"
],
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -41,7 +43,8 @@
"test": "hardhat test",
"test:gas": "REPORT_GAS=true hardhat test",
"test:coverage": "TS_NODE_TRANSPILE_ONLY=true hardhat coverage && hardhat compile --force",
"release": "release-it"
"release": "release-it",
"prepublishOnly": "npm run compile"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
Expand Down

0 comments on commit cb4d4bf

Please sign in to comment.