diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d9db98c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Frontend +Pure HTML + CSS + JS frontend to the API, built with Jade + Less + CoffeeScript diff --git a/package.json b/package.json index 61bf2fe..b4b0e5a 100644 --- a/package.json +++ b/package.json @@ -33,12 +33,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/camilstaps/Botleagues" + "url": "https://github.com/Botleagues/Frontend" }, "author": "Camil Staps <info@camilstaps.nl>", "license": "GPL v3.0", "bugs": { - "url": "https://github.com/camilstaps/Botleagues/issues" + "url": "https://github.com/Botleagues/Frontend/issues" }, - "homepage": "https://github.com/camilstaps/Botleagues" + "homepage": "https://github.com/Botleagues/Frontend" } |