Skip to content

Commit 4b87b70

Browse files
committed
fix(package.json): added repo url
1 parent b201064 commit 4b87b70

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

package.json

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "aave-js",
3-
"version": "0.0.0",
3+
"version": "0.0.0-development",
44
"description": "js wrapper for Aave ETHLend marketplace",
5-
"keywords": ["aave", "loans", "crypto", "marketplace", "js"],
5+
"keywords": [
6+
"aave",
7+
"loans",
8+
"crypto",
9+
"marketplace",
10+
"js"
11+
],
612
"main": "dist/aave-js.umd.js",
713
"module": "dist/aave-js.es5.js",
814
"typings": "dist/types/aave-js.d.ts",
@@ -12,7 +18,7 @@
1218
"author": "Andrey <[email protected]>",
1319
"repository": {
1420
"type": "git",
15-
"url": ""
21+
"url": "https://github.com/aave/aave-js.git"
1622
},
1723
"license": "MIT",
1824
"engines": {
@@ -114,7 +120,7 @@
114120
"rollup-plugin-node-resolve": "^3.4.0",
115121
"rollup-plugin-sourcemaps": "^0.4.2",
116122
"rollup-plugin-typescript2": "^0.18.0",
117-
"semantic-release": "^15.9.16",
123+
"semantic-release": "^15.13.3",
118124
"shelljs": "^0.8.3",
119125
"travis-deploy-once": "^5.0.9",
120126
"ts-jest": "^23.10.2",

0 commit comments

Comments
 (0)