From 58c886e6c7c47bdd32d796795604c1e56503704b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 20 Aug 2019 11:35:30 +0200 Subject: [PATCH] bump eslint-config-oceanprotocol --- networks/bounties.js | 2 +- networks/github.js | 2 +- networks/medium.js | 2 +- networks/telegram.js | 4 ++-- networks/twitter.js | 2 +- package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/networks/bounties.js b/networks/bounties.js index b567086..9fe5513 100644 --- a/networks/bounties.js +++ b/networks/bounties.js @@ -47,7 +47,7 @@ const fetchBounties = async () => { const total = await getTotal() log( - `Re-built bounties cache. ` + + 'Re-built bounties cache. ' + `Total: ${total} bounties. ` + `Elapsed: ${new Date() - start}ms` ) diff --git a/networks/github.js b/networks/github.js index 9ade1eb..7e79394 100755 --- a/networks/github.js +++ b/networks/github.js @@ -38,7 +38,7 @@ const fetchGitHubRepos = async () => { const repositories = json.length log( - `Re-built github cache. ` + + 'Re-built github cache. ' + `Total: ${repositories} public projects with a total of ${stars} stargazers. ` + `Elapsed: ${new Date() - start}ms` ) diff --git a/networks/medium.js b/networks/medium.js index e2587e0..a9e2f15 100644 --- a/networks/medium.js +++ b/networks/medium.js @@ -18,7 +18,7 @@ const fetchMedium = async () => { const followers = collection.metadata.followerCount log( - `Re-built medium cache. ` + + 'Re-built medium cache. ' + `Total: ${followers} followers. ` + `Elapsed: ${new Date() - start}ms` ) diff --git a/networks/telegram.js b/networks/telegram.js index e77f08a..09b3f17 100644 --- a/networks/telegram.js +++ b/networks/telegram.js @@ -19,7 +19,7 @@ const fetchTelegram = async () => { const membersCommunity = parseInt(infoCommunity) log( - `Re-built telegram cache. ` + + 'Re-built telegram cache. ' + `Total: ${membersCommunity} oceanprotocol_community members. ` + `Elapsed: ${new Date() - start}ms` ) @@ -39,7 +39,7 @@ const fetchTelegram = async () => { const membersNews = parseInt(infoNews) log( - `Re-built telegram cache. ` + + 'Re-built telegram cache. ' + `Total: ${membersCommunity} oceanprotocol_community members. ` + `Elapsed: ${new Date() - start}ms` ) diff --git a/networks/twitter.js b/networks/twitter.js index e645f8d..81c4570 100644 --- a/networks/twitter.js +++ b/networks/twitter.js @@ -15,7 +15,7 @@ const fetchTwitter = async () => { const followers = json[0].followers_count log( - `Re-built twitter cache. ` + + 'Re-built twitter cache. ' + `Total: ${followers} followers. ` + `Elapsed: ${new Date() - start}ms` ) diff --git a/package.json b/package.json index b3a1449..afb5fec 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "eslint": "^6.2.0", - "eslint-config-oceanprotocol": "^1.4.0", + "eslint-config-oceanprotocol": "^1.5.0", "eslint-plugin-node": "^9.1.0" } }