[refactor] Pull in 'decimal.js' as an npm dependency

This commit is contained in:
Steven Evans
2018-05-30 13:41:17 -04:00
parent 565f0dd517
commit 10d7e43f01
10 changed files with 9339 additions and 13708 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import {Reviver, Generic_toJSON,
Generic_fromJSON} from "../utils/JSONReviver.js";
import {formatNumber} from "../utils/StringHelperFunctions.js";
import Decimal from '../utils/decimal.js';
import Decimal from "decimal.js";
/* SaveObject.js
* Defines the object used to save/load games