This commit is contained in:
Stephen Franceschelli
2019-07-15 13:46:13 -04:00
parent 574f83ab4c
commit 70039febf8
7043 changed files with 0 additions and 1866383 deletions

13
node_modules/husky/lib/runner/bin.js generated vendored
View File

@@ -1,13 +0,0 @@
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const _1 = __importDefault(require("./"));
// Run hook
_1.default(process.argv)
.then((status) => process.exit(status))
.catch((err) => {
console.log('Husky > unexpected error', err);
process.exit(1);
});