public-accountability / oligrapher

JavaScript app for displaying annotated network graphs based on data from LittleSis
https://littlesis.org/oligrapher
GNU General Public License v3.0
101 stars 22 forks source link

Minor documentation clean up #147

Open josephlacey opened 2 months ago

josephlacey commented 2 months ago
aepyornis commented 2 months ago

👍

fyi jq is only used to get the version in the build scripts. if having that dependency is a concern we can replace it with node -e 'console.log(require("./package.json").version)'