diff options
| author | Fuwn <[email protected]> | 2022-03-07 21:27:33 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-07 21:27:33 -0800 |
| commit | dae471dd6a8fad7aa30a23e9c4e44afd154e8155 (patch) | |
| tree | bfa0a279947011dc66abc64048274fc94181f84b | |
| parent | chore: remove fluff (diff) | |
| download | api-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.json | 17 |
3 files changed, 1 insertions, 18 deletions
@@ -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" - } -} |