validate-commit-user
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,7 +5,7 @@ #!/usr/bin/env node | ||
const vConfig = config && config['validate-commit-user']; | ||
const check = require('../dist'); | ||
const check = require('../dist').default; | ||
if (vConfig) { | ||
check('../dist').default(vConfig); | ||
check(vConfig); | ||
} | ||
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.1.2"></a> | ||
## [0.1.2](https://github.com/jiangyuan/validate-commit-user/compare/v0.1.1...v0.1.2) (2016-09-08) | ||
### Bug Fixes | ||
* bin require error ([7f0a0b2](https://github.com/jiangyuan/validate-commit-user/commit/7f0a0b2)) | ||
<a name="0.1.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.1.1](https://github.com/jiangyuan/validate-commit-user/compare/v0.1.0...v0.1.1) (2016-09-08) |
{ | ||
"name": "validate-commit-user", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "validate the commit user info, include user.name, user.email", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
8675