diff options
author | crupest <crupest@outlook.com> | 2021-05-05 21:47:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-05 21:47:45 +0800 |
commit | 13fe074bd2ba99a47d4d32d89b4c8f5a49c6d267 (patch) | |
tree | 2e02496bfeea750f1a438c01533cd85b9ed36463 | |
parent | 8c505063e0db1284141c4242d5a90f90fe22c530 (diff) | |
download | timeline-13fe074bd2ba99a47d4d32d89b4c8f5a49c6d267.tar.gz timeline-13fe074bd2ba99a47d4d32d89b4c8f5a49c6d267.tar.bz2 timeline-13fe074bd2ba99a47d4d32d89b4c8f5a49c6d267.zip |
chore: Clean package.json.
-rw-r--r-- | FrontEnd/package-lock.json | 1 | ||||
-rw-r--r-- | FrontEnd/package.json | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index d285d6b8..81ab0cd4 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -49,7 +49,6 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3", - "@types/classnames": "^2.3.1", "@types/lodash": "^4.14.168", "@types/node": "^15.0.2", "@types/react": "^17.0.5", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index bb059000..fbcc5fba 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -1,8 +1,8 @@ {
"name": "timeline",
- "version": "0.1.0",
+ "version": "0.3.0",
"private": true,
- "homepage": "https://crupest.xyz",
+ "homepage": "https://timeline.crupest.life",
"keywords": [],
"description": "Timeline app.",
"dependencies": {
@@ -64,7 +64,6 @@ "@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
- "@types/classnames": "^2.3.1",
"@types/lodash": "^4.14.168",
"@types/node": "^15.0.2",
"@types/react": "^17.0.5",
|