diff options
| author | Fuwn <[email protected]> | 2021-08-05 14:58:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-08-05 14:58:14 -0700 |
| commit | dd23053911d411377c09b8e1e77815428f2953ae (patch) | |
| tree | cbbd14a43814f8cdb1804bd7e0250ed8e34e3239 /package.json | |
| parent | fix(resume): grammar errors (diff) | |
| download | resume-md-dd23053911d411377c09b8e1e77815428f2953ae.tar.xz resume-md-dd23053911d411377c09b8e1e77815428f2953ae.zip | |
fix(global): remove fluff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 20b7669..0000000 --- a/package.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "resume", - "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.4", - "cz-conventional-changelog": "3.3.0", - "husky": "6.0.0" - } -} |