mirror of
https://github.com/bigchaindb/github-projects.git
synced 2024-12-28 23:57:50 +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,
|
||||
is_fork: fork,
|
||||
topics
|
||||
})).sort((p1, p2) =>
|
||||
p2.stars - p1.stars
|
||||
)
|
||||
})).sort((p1, p2) => p2.stars - p1.stars)
|
||||
|
||||
log(`Re-built projects cache. ` +
|
||||
`Total: ${data_.length} public BigchainDB projects. ` +
|
||||
|
@ -25,7 +25,7 @@
|
||||
"ava": "^0.25.0",
|
||||
"request-promise": "^4.2.1",
|
||||
"test-listen": "^1.0.2",
|
||||
"xo": "^0.18.2"
|
||||
"xo": "^0.20.2"
|
||||
},
|
||||
"now": {
|
||||
"alias": "bigchaindb-github.now.sh",
|
||||
|
Loading…
Reference in New Issue
Block a user