Skip to content

Commit 6ed13ae

Browse files
authored
Merge pull request #53 from akanoce/1.2.0
chore: bump pakakge.json, manually bump 1.2.1
2 parents ea223f3 + baa5d66 commit 6ed13ae

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "1.0.0",
55
"description": "Monorepo for developing a collection of hooks to interact with the aave pools and smart contracts",
66
"main": "index.js",
7-
"repository": "git@github.com:akanoce/react-aave-sdk.git",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+ssh://git@github.com/akanoce/react-aave-sdk.git"
10+
},
811
"author": "<eriknucib@live.it>",
912
"license": "MIT",
1013
"scripts": {

packages/aave-v3-react/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "aave-v3-react",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"private": false,
55
"description": "A collection of React hooks to interact with the Aave V3 pools and smart contracts.",
6-
"repository": "git@github.com:akanoce/react-aave-sdk.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+ssh://git@github.com/akanoce/react-aave-sdk.git"
9+
},
710
"author": "<eriknucib@live.it>",
811
"homepage": "https://github.com/akanoce/react-aave-sdk/tree/main/packages/aave-v3-react",
912
"license": "MIT",

0 commit comments

Comments
 (0)