diff options
| author | wabilin <[email protected]> | 2020-07-31 23:28:05 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 23:28:05 +0900 |
| commit | 17daf114c9a9d3db0549fa896c58bb16c484a35d (patch) | |
| tree | 295207d9f7917059363df548a679d034f13ac051 /package.json | |
| parent | Add github links (diff) | |
| download | holo-schedule-17daf114c9a9d3db0549fa896c58bb16c484a35d.tar.xz holo-schedule-17daf114c9a9d3db0549fa896c58bb16c484a35d.zip | |
correct dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 94b29e4..fda16ef 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "url": "https://github.com/wabilin/holo-schedule.git" }, "devDependencies": { + "@types/jsdom": "^16.2.3", "@types/node": "^14.0.27", "typescript": "^3.9.7" }, @@ -20,7 +21,6 @@ "build": "tsc" }, "dependencies": { - "@types/jsdom": "^16.2.3", "jsdom": "^16.3.0" } } |