mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-22 01:37:02 +01:00
package updates
This commit is contained in:
parent
d8ac701f51
commit
4b8d2ec815
@ -25,7 +25,7 @@ const fetchGitHubRepos = async () => {
|
||||
|
||||
const json = await response.json()
|
||||
|
||||
let numbers = []
|
||||
const numbers = []
|
||||
|
||||
json.map(item => {
|
||||
if (item.stargazers_count) {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user