diff options
author | crupest <crupest@outlook.com> | 2020-06-02 01:24:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 01:24:11 +0800 |
commit | b3682ec4262a9aec3e5b4cab1fd33fc9c2680962 (patch) | |
tree | 81b17f824e0b8b529f6a261538a09b8b3028d21c | |
parent | 447184ca4ae3f691c0b7007cbb1f002862f12566 (diff) | |
download | timeline-b3682ec4262a9aec3e5b4cab1fd33fc9c2680962.tar.gz timeline-b3682ec4262a9aec3e5b4cab1fd33fc9c2680962.tar.bz2 timeline-b3682ec4262a9aec3e5b4cab1fd33fc9c2680962.zip |
Fix a mis-deleted dependency.
-rw-r--r-- | Timeline/ClientApp/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/package.json b/Timeline/ClientApp/package.json index 7742fb87..a84267e8 100644 --- a/Timeline/ClientApp/package.json +++ b/Timeline/ClientApp/package.json @@ -63,6 +63,7 @@ "@types/react-router": "^5.1.7", "@types/react-router-dom": "^5.1.5", "@types/reactstrap": "^8.4.2", + "@types/webpack-env": "^1.15.2", "@types/xregexp": "^4.3.0", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", |