Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 9, 2024
1 parent fb85568 commit 9cbe510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://cancerdb.com",
"devDependencies": {
"lodash": "^4.17.21",
"scroll-cli": "^130.1.0",
"scroll-cli": "^130.2.1",
"scrollsdk": "^84.0.0"
}
}
18 changes: 6 additions & 12 deletions pages/acknowledgements.scroll
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
replaceNodejs
const fs = require("fs")
const path = require("path")
module.exports = {
CONTRIBUTORS_TABLE: JSON.parse(
fs.readFileSync(path.join(__dirname, "contributors.json"), "utf8")
)
.filter(item => item.login !== "breck7")
.map(item => `- ${item.login}\n ${item.html_url}`)
.join("\n")
}
tags index
title Acknowledgements

Expand All @@ -22,7 +11,12 @@ thinColumns 4
Thank you to everyone who has contributed directly to the CancerDB repo:
https://github.com/breck7/CancerDB CancerDB repo
https://api.github.com/repos/breck7/CancerDB/contributors everyone
CONTRIBUTORS_TABLE
<ul>
table contributors.json
where login != breck7
loop
javascript `<li><a href="${item.html_url}">${item.login}</a></li>`
</ul>

## Sources
The vast majority of the information on this site comes from other websites and projects and should always include a link back to the #source#.
Expand Down

0 comments on commit 9cbe510

Please sign in to comment.