Comparing version 0.13.3-0 to 0.13.3
{ | ||
"name": "husky", | ||
"version": "0.13.3-0", | ||
"version": "0.13.3", | ||
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -100,2 +100,3 @@ var fs = require('fs') | ||
arr = arr.concat([ | ||
// Load nvm with BREW_NVM_DIR set to /usr/local/opt/nvm | ||
'load_nvm BREW_NVM_DIR /usr/local/opt/nvm', | ||
@@ -107,2 +108,3 @@ '' | ||
arr = arr.concat([ | ||
// Load nvm with NVM_DIR set to $HOME/.nvm | ||
'load_nvm NVM_DIR ' + home + '/.nvm', | ||
@@ -109,0 +111,0 @@ '' |
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
17441
343