Comparing version 0.2.0 to 0.3.0
@@ -12,3 +12,4 @@ { | ||
"subdirs": [ | ||
"datetime" | ||
"datetime", | ||
"duration" | ||
] | ||
@@ -15,0 +16,0 @@ }, |
{ | ||
"name": "bs-luxon", | ||
"description": "Bucklescript bindings for Luxon, written in Reason.", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "bsb -make-world", |
@@ -18,6 +18,6 @@ # Luxon Bindings for ReasonML/Bucklescript | ||
|> setZone("America/New_York") | ||
|> minus(`DurationObj(makeDurationArgs(~weeks=1, ()))) | ||
|> minus(`Duration(Duration.from(~weeks=1, ()))) | ||
|> endOf(`day) | ||
|> toISO() | ||
) | ||
); | ||
``` | ||
@@ -24,0 +24,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13122
10
31