diff --git a/README.md b/README.md index b3654e1..2b9bf4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rcz -Resultium commit standardization library +Resultium commit standardization library. Supported by NodeJS v14 and above ## Installation diff --git a/package.json b/package.json index 1cbe63f..64190ca 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,12 @@ "scripts": { "build": "tsc" }, + "engines": { + "node": ">=14" + }, "repository": { "type": "git", - "url": "https://git.resultium.net/technology/rcz.git" + "url": "https://git.resultium.net/public/rcz.git" }, "keywords": [ "conventional", @@ -23,18 +26,18 @@ ], "author": { "name": "Resultium", - "email": "contact@resultium.io", + "email": "technology@resultium.io", "url": "https://www.resultium.io" }, "dependencies": { "@clack/prompts": "^0.7.0", - "commander": "^11.1.0", "semver": "^7.5.4", "simple-git": "^3.21.0" }, "devDependencies": { "@types/node": "^20.10.4", "@types/semver": "^7.5.6", + "commander": "^10.0.1", "typescript": "^5.3.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88b5c9b..a9a8212 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ dependencies: '@clack/prompts': specifier: ^0.7.0 version: 0.7.0 - commander: - specifier: ^11.1.0 - version: 11.1.0 semver: specifier: ^7.5.4 version: 7.5.4 @@ -25,6 +22,9 @@ devDependencies: '@types/semver': specifier: ^7.5.6 version: 7.5.6 + commander: + specifier: ^10.0.1 + version: 10.0.1 typescript: specifier: ^5.3.3 version: 5.3.3 @@ -70,10 +70,10 @@ packages: resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} dev: true - /commander@11.1.0: - resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} - engines: {node: '>=16'} - dev: false + /commander@10.0.1: + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} + dev: true /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}