git-activity
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,2 +6,3 @@ #!/usr/bin/env node | ||
childProcess = require( 'child_process' ), | ||
untilde = require( 'untildify' ), | ||
spawn = childProcess.spawn, | ||
@@ -34,2 +35,3 @@ exec = childProcess.exec, | ||
dir = dir ? untilde( dir ) : null; | ||
start = formatDate( _start ); | ||
@@ -36,0 +38,0 @@ end = formatDate( _end ); |
{ | ||
"name": "git-activity", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple util to grab commits from the day or time specified", | ||
@@ -27,3 +27,4 @@ "main": "index.js", | ||
"minimist": "~1.1.0", | ||
"string-humanize": "~1.0.0" | ||
"string-humanize": "~1.0.0", | ||
"untildify": "~1.0.0" | ||
}, | ||
@@ -30,0 +31,0 @@ "bin": { |
6483
141
4
+ Addeduntildify@~1.0.0
+ Addeduntildify@1.0.0(transitive)
+ Addeduser-home@1.1.1(transitive)