diff options
| author | Fuwn <[email protected]> | 2021-04-29 15:46:22 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-29 15:46:22 +0000 |
| commit | fd05ae12b431e46135542c62596bb258e7d73c43 (patch) | |
| tree | 6a1c5917d478ad437af77e36deef678acbf25444 /package.json | |
| parent | fix(deps): update rust crate tokio-util to 0.6.6 (diff) | |
| parent | Merge pull request #10 from Whirlsplash/renovate/rust-tokio-1.x (diff) | |
| download | whirl-fd05ae12b431e46135542c62596bb258e7d73c43.tar.xz whirl-fd05ae12b431e46135542c62596bb258e7d73c43.zip | |
Merge branch 'develop' into renovate/rust-tokio-util-0.x
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/package.json b/package.json index 60effe8..fe9d87a 100644 --- a/package.json +++ b/package.json @@ -1 +1,24 @@ -{"devDependencies":{"husky":"^6.0.0"},"scripts":{"prepare":"husky install"}} +{ + "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": "12.1.1", + "@commitlint/config-conventional": "12.1.1", + "commitizen": "4.2.3", + "cz-conventional-changelog": "3.3.0", + "husky": "6.0.0" + }, + "config": { + "commitizen": { + "path": "./node_modules/cz-conventional-changelog", + "defaultScope": "global" + } + } +} |