Comparing version 0.1.3 to 0.1.4
@@ -5,2 +5,5 @@ # Change Log | ||
# 0.1.4 - 2016-10-12 | ||
A tiny reverse-compatibility update - thanks to @wiyarmir you can now use `git-date` with node v5.0.0. | ||
## 0.1.3 - 2016-09-21 | ||
@@ -7,0 +10,0 @@ Not a massive update by any standard, just updating the libraries and switching to es6 syntax - general maintenance more than anything else. |
#!/usr/bin/env node | ||
'use strict'; | ||
const moment = require("moment"); | ||
@@ -3,0 +6,0 @@ const sugar = require("sugar"); |
{ | ||
"name": "git-date", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "easily change the date of the previous git commit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4574
29