aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2019-11-29 21:37:31 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2019-11-29 21:37:31 -0500
commita375b0b575ec205608abb7a460fe2156a3ea945f (patch)
tree52f4f6f7c57cc79bdd7681277eb93fdc211b2a7c /package.json
parent1158e558606034b681f4663d62677e798cf5ec23 (diff)
downloadao-coverage-a375b0b575ec205608abb7a460fe2156a3ea945f.tar.gz
ao-coverage-a375b0b575ec205608abb7a460fe2156a3ea945f.tar.bz2
ao-coverage-a375b0b575ec205608abb7a460fe2156a3ea945f.zip
Implement file handling for reports
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4d539de..6ffa3f4 100644
--- a/package.json
+++ b/package.json
@@ -15,9 +15,11 @@
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.2",
+ "@types/jsdom": "^12.2.4",
"badgen": "3.0.1",
"dotenv": "8.2.0",
"express": "4.17.1",
+ "jsdom": "^15.2.1",
"typescript": "^3.7.2"
},
"devDependencies": {