Comparing version 1.21.0 to 1.22.0
{ | ||
"name": "ggit", | ||
"description": "Local promise-returning git command wrappers", | ||
"version": "1.21.0", | ||
"version": "1.22.0", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bin": { |
@@ -12,5 +12,7 @@ 'use strict' | ||
var short = id.substr(0, 7) | ||
var currentTime = new Date() | ||
var data = { | ||
id: id, | ||
short: short | ||
short: short, | ||
now: currentTime.toISOString() | ||
} | ||
@@ -17,0 +19,0 @@ var contents = JSON.stringify(data, null, 2) + '\n' |
58442
1384