cmyr-template-cli 1.27.2 → 1.27.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/plopfile.js +0 -1
  2. package/package.json +1 -1
package/dist/plopfile.js CHANGED
@@ -1104,7 +1104,6 @@ async function initHusky(projectPath) {
1104
1104
  }
1105
1105
  const keyname = `*.{${extnames.join(',')}}`;
1106
1106
  const devDependencies = {
1107
- '@commitlint/config-conventional': '18.6.3',
1108
1107
  husky: '^9.0.11',
1109
1108
  'lint-staged': '^15.2.2',
1110
1109
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.27.2",
3
+ "version": "1.27.3",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",