@mixmaxhq/git-hooks
Advanced tools
Comparing version 1.3.0-alpha.4 to 1.3.0-alpha.5
@@ -0,1 +1,8 @@ | ||
## [1.3.0-alpha.5](https://github.com/mixmaxhq/git-hooks/compare/v1.3.0-alpha.4...v1.3.0-alpha.5) (2021-08-30) | ||
### Bug Fixes | ||
* add she-bang to executable ([37809a1](https://github.com/mixmaxhq/git-hooks/commit/37809a1b2dd9333d258073d4e262ba8170445606)) | ||
## [1.3.0-alpha.4](https://github.com/mixmaxhq/git-hooks/compare/v1.3.0-alpha.3...v1.3.0-alpha.4) (2021-08-30) | ||
@@ -2,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,5 +1,5 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
// Shebang added in rollup.config.js. | ||
const lodash_1 = (0, tslib_1.__importDefault)(require("lodash")); | ||
@@ -6,0 +6,0 @@ const yargs_1 = (0, tslib_1.__importDefault)(require("yargs")); |
@@ -15,3 +15,3 @@ "use strict"; | ||
exports.getHooks = getHooks; | ||
exports.hooks = getHooks('node mixmax-git-hooks').hooks; | ||
exports.hooks = getHooks('mixmax-git-hooks').hooks; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@mixmaxhq/git-hooks", | ||
"version": "1.3.0-alpha.4", | ||
"version": "1.3.0-alpha.5", | ||
"description": "Shared git-hooks at Mixmax, for use with Husky.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
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
31444
309