@semi-kit/config 1.1.10 → 1.1.11

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.
package/lib/commitlint.js CHANGED
@@ -1,9 +1,4 @@
1
- /*
2
- * Copyright (c) Semi-Tech(SEMI-TECH) Corporation. All rights reserved.
3
- * It is against the law to copy the software except as specifically
4
- * allowed in the authorization agreement.
5
- * Semi-Tech Confidential Level 2
6
- */
1
+
7
2
 
8
3
  const { execSync } = require('child_process');
9
4
  const scopes = execSync('git status --porcelain || true')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-kit/config",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Shared development configuration toolkit",
5
5
  "license": "MIT",
6
6
  "author": "lijiaheng <jahnli@163.com>",