precommit-hook
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -7,4 +7,2 @@ var fs = require('fs'), | ||
console.log(__dirname); | ||
console.log(projectPath); | ||
path.exists(path.join(projectPath, '.git'), function (exists) { | ||
@@ -11,0 +9,0 @@ if (exists) { |
@@ -5,3 +5,3 @@ { | ||
"description": "A useful pre-commit hook for git based projects that lints and runs npm test", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/nathan-lafreniere/precommit-hook", | ||
@@ -8,0 +8,0 @@ "repository": { |
2870
23