Comparing version 0.1.0 to 0.1.1
@@ -43,2 +43,4 @@ 'use strict'; | ||
timeResolution = defaultResolution(); | ||
} else { | ||
timeResolution = parseInt(timeResolution, 10); | ||
} | ||
@@ -45,0 +47,0 @@ |
{ | ||
"name": "last-run", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Capture and retrieve the last time a function was run", | ||
@@ -5,0 +5,0 @@ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)", |
4861
45