move to lib directory

This commit is contained in:
Collin M. Barrett 2016-12-16 16:36:22 -06:00 committed by GitHub
parent 512dca813e
commit 8485f6b412

View file

@ -17,4 +17,4 @@ function GetLastUpdated(urlToCheck) {
var json = response.getContentText();
var data = JSON.parse(json);
return moment(data.archived_snapshots.closest.timestamp, "YYYYMMDDhhmmss").fromNow();;
}
}