Package updates.

This commit is contained in:
Patrick Fic
2021-02-16 09:46:36 -08:00
parent 2587903ccc
commit 8624b71d3e
3 changed files with 2454 additions and 1255 deletions

View File

@@ -1,6 +1,6 @@
const Dinero = require("dinero.js");
Dinero.defaultCurrency = "CAD";
Dinero.defaultCurrency = "USD";
Dinero.globalLocale = "en-CA";
Dinero.globalRoundingMode = "HALF_UP";