cmyr-template-cli 1.27.1 → 1.27.2

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 +1 -0
  2. package/package.json +1 -1
package/dist/plopfile.js CHANGED
@@ -1267,6 +1267,7 @@ async function initCommitizen(projectPath) {
1267
1267
  devDependencies: {
1268
1268
  ...devDependencies,
1269
1269
  ...pkg === null || pkg === void 0 ? void 0 : pkg.devDependencies,
1270
+ '@commitlint/config-conventional': '^18.6.3',
1270
1271
  },
1271
1272
  config: {
1272
1273
  ...pkg === null || pkg === void 0 ? void 0 : pkg.config,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.27.1",
3
+ "version": "1.27.2",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",