File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"description" : " Monorepo for developing a collection of hooks to interact with the aave pools and smart contracts" ,
6
6
"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
+ },
8
11
"author" : " <eriknucib@live.it>" ,
9
12
"license" : " MIT" ,
10
13
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aave-v3-react" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"private" : false ,
5
5
"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
+ },
7
10
"author" : " <eriknucib@live.it>" ,
8
11
"homepage" : " https://github.com/akanoce/react-aave-sdk/tree/main/packages/aave-v3-react" ,
9
12
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments