Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "jin-time", | ||
"description": "Cool date/time/duration/range arithmetic", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "jin <nin-jin@ya.ru>" |
@@ -190,3 +190,3 @@ # $jin.time | ||
var dur = $jin.time.duration() | ||
durdur.year // number | ||
dur.year // number | ||
dur.month // number | ||
@@ -224,4 +224,4 @@ dur.day // number | ||
$jin.time.range( '2015-07-19/2015-08-02' ) // by two moments | ||
$jin.time.range( '2015-07-19/P14D' ) // by two start moment and duration | ||
$jin.time.range( 'P14D/2015-08-02' ) // by two end moment and duration | ||
$jin.time.range( '2015-07-19/P14D' ) // by start moment and duration | ||
$jin.time.range( 'P14D/2015-08-02' ) // by end moment and duration | ||
@@ -228,0 +228,0 @@ // by components |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41127