diff options
| author | wabilin <[email protected]> | 2020-07-31 20:14:49 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 20:14:49 +0900 |
| commit | d56ffd25f80c1aab2dda152a97ead6c89c6a7efe (patch) | |
| tree | dcc85498d4a67f46d049f20a0fda2abcd1bcaf66 /package.json | |
| parent | Hello typescript (diff) | |
| download | holo-schedule-d56ffd25f80c1aab2dda152a97ead6c89c6a7efe.tar.xz holo-schedule-d56ffd25f80c1aab2dda152a97ead6c89c6a7efe.zip | |
add jsdom
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 0008480..87382d2 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,9 @@ }, "scripts": { "build": "tsc" + }, + "dependencies": { + "@types/jsdom": "^16.2.3", + "jsdom": "^16.3.0" } } |