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 | 11621ad201bf23e321d567f7291a3f9193ec1f5f (patch) | |
tree | 1d0cb6ecf965c9531b0ac750db72b00677bcd54d /Timeline | |
parent | 48b1d6ca1a0e3f1e2d84c62e5879dfb762fb307a (diff) | |
download | timeline-11621ad201bf23e321d567f7291a3f9193ec1f5f.tar.gz timeline-11621ad201bf23e321d567f7291a3f9193ec1f5f.tar.bz2 timeline-11621ad201bf23e321d567f7291a3f9193ec1f5f.zip |
Fix a mis-deleted dependency.
Diffstat (limited to 'Timeline')
-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", |