diff options
| author | Fuwn <[email protected]> | 2024-06-03 15:17:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 15:17:19 +0000 |
| commit | 378baec7cf1ffc08a3c27391c906adb2b98ce5fb (patch) | |
| tree | cb19b08a612ea5a956f9e3eda983e774c24a2f39 /package.json | |
| parent | fix: bump rust and update accordingly (diff) | |
| download | archived-whirl-378baec7cf1ffc08a3c27391c906adb2b98ce5fb.tar.xz archived-whirl-378baec7cf1ffc08a3c27391c906adb2b98ce5fb.zip | |
chore: remove unused
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 9ec8599..0000000 --- a/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "whirl", - "version": "0.1.0", - "description": "The Open-Source WorldServer", - "private": true, - "scripts": { - "prepare": "husky install", - "commit": "cz", - "commit:signed": "cz -S" - }, - "devDependencies": { - "@commitlint/cli": "16.2.1", - "@commitlint/config-conventional": "16.2.1", - "commitizen": "4.2.4", - "cz-conventional-changelog": "3.3.0", - "husky": "7.0.4" - } -} |