1
0
mirror of https://github.com/oceanprotocol/community-numbers.git synced 2024-11-22 09:47:05 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-08-19 13:01:25 +02:00
parent d8ac701f51
commit 4b8d2ec815
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ const fetchGitHubRepos = async () => {
const json = await response.json() const json = await response.json()
let numbers = [] const numbers = []
json.map(item => { json.map(item => {
if (item.stargazers_count) { if (item.stargazers_count) {

View File

@ -14,8 +14,8 @@
"node-fetch": "2.6.0" "node-fetch": "2.6.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^6.0.0", "eslint": "^6.2.0",
"eslint-config-oceanprotocol": "^1.3.0", "eslint-config-oceanprotocol": "^1.4.0",
"eslint-plugin-node": "^9.1.0" "eslint-plugin-node": "^9.1.0"
} }
} }