1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-10 05:14:51 +08:00

[F] Fix package list

This commit is contained in:
Azalea Gui 2023-01-13 07:27:42 -05:00
parent 4f53148671
commit c9a1316849
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B

View File

@ -25,12 +25,12 @@
"markdown-yaml-metadata-parser": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"xdm": "^3.4.0"
"xdm": "^3.4.0",
"moment": "^2.29.4"
},
"devDependencies": {
"@octokit/core": "^4.1.0",
"@types/js-yaml": "^4.0.5",
"http-server": "^14.1.1",
"moment": "^2.29.4"
"http-server": "^14.1.1"
}
}