validate-commit-user
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,6 +5,7 @@ #!/usr/bin/env node | ||
const vConfig = config && config['validate-commit-user']; | ||
const check = require('../dist'); | ||
if (vConfig) { | ||
require('../dist')(vConfig); | ||
check('../dist').default(vConfig); | ||
} | ||
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.1"></a> | ||
## [0.1.1](https://github.com/jiangyuan/validate-commit-user/compare/v0.1.0...v0.1.1) (2016-09-08) | ||
### Bug Fixes | ||
* bin require error and dist not publish ([94048e6](https://github.com/jiangyuan/validate-commit-user/commit/94048e6)) | ||
<a name="0.1.0"></a> | ||
@@ -7,0 +17,0 @@ # 0.1.0 (2016-09-08) |
{ | ||
"name": "validate-commit-user", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "validate the commit user info, include user.name, user.email", | ||
@@ -40,3 +40,4 @@ "main": "dist/index.js", | ||
"prepublish": "npm run build", | ||
"release": "standard-version --no-verify" | ||
"release": "standard-version --no-verify", | ||
"postrelease": "npm publish --registry https://registry.npmjs.org/" | ||
}, | ||
@@ -43,0 +44,0 @@ "bin": { |
@@ -24,3 +24,2 @@ /** | ||
log(`check git user.name [${name}]`); | ||
console.log(name, email); | ||
@@ -27,0 +26,0 @@ if (!rName.test(name)) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8448
11
189
13