From 4b8d2ec81501a60583183b95a6855eb7c9c23cb0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 19 Aug 2019 13:01:25 +0200 Subject: [PATCH] package updates --- networks/github.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/networks/github.js b/networks/github.js index bafc3bf..9ade1eb 100755 --- a/networks/github.js +++ b/networks/github.js @@ -25,7 +25,7 @@ const fetchGitHubRepos = async () => { const json = await response.json() - let numbers = [] + const numbers = [] json.map(item => { if (item.stargazers_count) { diff --git a/package.json b/package.json index 307139e..b3a1449 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "node-fetch": "2.6.0" }, "devDependencies": { - "eslint": "^6.0.0", - "eslint-config-oceanprotocol": "^1.3.0", + "eslint": "^6.2.0", + "eslint-config-oceanprotocol": "^1.4.0", "eslint-plugin-node": "^9.1.0" } }