[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
@@ -5,7 +5,7 @@ import {showLiterature} from "./Literature.js";
import {Locations} from "./Location.js";
import {Player} from "./Player.js";
import Decimal from '../utils/decimal.js';
import Decimal from "decimal.js";
import {dialogBoxCreate} from "../utils/DialogBox.js";
import {getRandomInt, removeElementById,
createElement, createAccordionElement,