meteor-husky
Advanced tools
Comparing version 0.14.4 to 0.14.5
{ | ||
"name": "meteor-husky", | ||
"version": "0.14.4", | ||
"version": "0.14.5", | ||
"description": "Husky for the Meteor framework. Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -49,3 +49,3 @@ 'use strict' | ||
# nvm path with standard installation | ||
load_nvm ${home}/.nvm` | ||
# load_nvm ${home}/.nvm` | ||
) | ||
@@ -101,4 +101,4 @@ ) | ||
# Check that npm exists | ||
command_exists npm || { | ||
echo >&2 "meteor-husky > can't find npm in PATH, skipping ${npmScriptName} script in package.json" | ||
command_exists meteor || { | ||
echo >&2 "meteor-husky > can't find meteor in PATH, skipping ${npmScriptName} script in package.json" | ||
exit 0 | ||
@@ -111,3 +111,3 @@ } | ||
# Run npm script | ||
echo "meteor-husky > meteor npm run -s ${npmScriptName} (node \`node -v\`)" | ||
echo "meteor-husky > meteor npm run -s ${npmScriptName} (meteor node \`meteor node -v\`)" | ||
echo | ||
@@ -114,0 +114,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
88760