From e93305f64ebd1899abd321215bcb89d1ec3f94d3 Mon Sep 17 00:00:00 2001 From: tenzyu Date: Mon, 12 Dec 2022 14:45:24 +0900 Subject: [PATCH] hotfix: package name --- .commitlintrc.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.commitlintrc.json b/.commitlintrc.json index b53e77a..948dd87 100644 --- a/.commitlintrc.json +++ b/.commitlintrc.json @@ -1,6 +1,6 @@ { "extends": ["@commitlint/config-conventional"], "rules": { - "type-enum": [2, "always", ["chore", "feat", "fix"]] + "type-enum": [2, "always", ["chore", "feat", "fix", "hotfix"]] } } diff --git a/package.json b/package.json index 34868ec..beecbf7 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ks", + "name": "@tenzyu/ks", "version": "0.1.0", "description": "A kick-starter for the Typescript projects.", "repository": "github:tenzyu/ks",