aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-07 21:27:33 -0800
committerFuwn <[email protected]>2022-03-07 21:27:33 -0800
commitdae471dd6a8fad7aa30a23e9c4e44afd154e8155 (patch)
treebfa0a279947011dc66abc64048274fc94181f84b
parentchore: remove fluff (diff)
downloadapi-worker-dae471dd6a8fad7aa30a23e9c4e44afd154e8155.tar.xz
api-worker-dae471dd6a8fad7aa30a23e9c4e44afd154e8155.zip
refactor: file case
-rw-r--r--LICENSE (renamed from license)0
-rw-r--r--README.md (renamed from readme.md)2
-rw-r--r--package.json17
3 files changed, 1 insertions, 18 deletions
diff --git a/license b/LICENSE
index f288702..f288702 100644
--- a/license
+++ b/LICENSE
diff --git a/readme.md b/README.md
index 433696e..1912302 100644
--- a/readme.md
+++ b/README.md
@@ -12,7 +12,7 @@
<a href="https://saythanks.io/to/[email protected]">
<img src="https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg" alt="Say Thanks" />
</a>
-<a href="./license">
+<a href="LICENSE">
<img src="https://img.shields.io/github/license/senpy-club/api" alt="license" />
</a>
</p>
diff --git a/package.json b/package.json
deleted file mode 100644
index b464467..0000000
--- a/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "senpy-api",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "prepare": "husky install",
- "commit": "cz",
- "commit:signed": "cz -S"
- },
- "devDependencies": {
- "@commitlint/cli": "12.1.1",
- "@commitlint/config-conventional": "12.1.1",
- "commitizen": "4.2.3",
- "cz-conventional-commit": "1.0.6",
- "husky": "6.0.0"
- }
-}