mirror of
https://github.com/bigchaindb/github-projects.git
synced 2024-12-29 16:17:49 +01:00
Merge pull request #35 from bigchaindb/greenkeeper/xo-0.20.2
chore(package): update xo to version 0.20.2
This commit is contained in:
commit
e8913a8ec5
4
index.js
4
index.js
@ -61,9 +61,7 @@ const fetchRepos = () => {
|
|||||||
forks: forks_count,
|
forks: forks_count,
|
||||||
is_fork: fork,
|
is_fork: fork,
|
||||||
topics
|
topics
|
||||||
})).sort((p1, p2) =>
|
})).sort((p1, p2) => p2.stars - p1.stars)
|
||||||
p2.stars - p1.stars
|
|
||||||
)
|
|
||||||
|
|
||||||
log(`Re-built projects cache. ` +
|
log(`Re-built projects cache. ` +
|
||||||
`Total: ${data_.length} public BigchainDB projects. ` +
|
`Total: ${data_.length} public BigchainDB projects. ` +
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"ava": "^0.25.0",
|
"ava": "^0.25.0",
|
||||||
"request-promise": "^4.2.1",
|
"request-promise": "^4.2.1",
|
||||||
"test-listen": "^1.0.2",
|
"test-listen": "^1.0.2",
|
||||||
"xo": "^0.18.2"
|
"xo": "^0.20.2"
|
||||||
},
|
},
|
||||||
"now": {
|
"now": {
|
||||||
"alias": "bigchaindb-github.now.sh",
|
"alias": "bigchaindb-github.now.sh",
|
||||||
|
Loading…
Reference in New Issue
Block a user