forked from tools/josh
1
0
Fork 0

Add simplify-fractions link to minor projects

This commit is contained in:
Florine W. Dekker 2019-06-10 01:20:40 +02:00
parent 48899cca43
commit be4369e0ab
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ class FileSystem {
}),
projects: new Directory({
minor: new Directory({
dice: new UrlFile("https://fwdekker.com/dice")
dice: new UrlFile("https://fwdekker.com/dice"),
"simplify-fractions": new UrlFile("https://fwdekker.com/simplify-fractions")
}),
randomness: new UrlFile("https://github.com/FWDekker/intellij-randomness"),
schaapi: new UrlFile("http://cafejojo.org/schaapi")