From da4d02f72352859c885a2eef9d9863255c76586a Mon Sep 17 00:00:00 2001 From: cathyxfeiyang <157295142+cathyxfeiyang@users.noreply.github.com> Date: Tue, 12 Mar 2024 19:24:59 -0400 Subject: [PATCH] Added standardJS in package --- install/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 919c51a..93d42d7 100644 --- a/install/package.json +++ b/install/package.json @@ -172,7 +172,8 @@ "mockdate": "3.0.5", "nyc": "15.1.0", "smtp-server": "3.11.0", - "typescript": "^4.9.4" + "typescript": "^4.9.4", + "standard": "*" }, "resolutions": { "*/jquery": "3.6.3"