Comparing version 1.3.1 to 1.3.2
@@ -13,2 +13,2 @@ 'use strict'; | ||
exports.content = fs.readFileSync(resolve(__dirname + '/hook.template.raw'), 'UTF-8').replace('{{generated_message}}', exports.generatedMessage).replace('{{node_modules_path}}', join(process.cwd(), '..').replace(/\\/g, '\\')); | ||
exports.content = fs.readFileSync(resolve(__dirname + '/hook.template.raw'), 'UTF-8').replace('{{generated_message}}', exports.generatedMessage).replace('{{node_modules_path}}', join(process.cwd(), '..').replace(/\\/g, '\\\\')); |
{ | ||
"name": "ghooks", | ||
"description": "Simple git hooks", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"main": "./dist/runner.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
30121