From 3682be09d156657abfeb3e2a1b319a32d8381a2f Mon Sep 17 00:00:00 2001 From: adam-soltech <138262921+adam-soltech@users.noreply.github.com> Date: Mon, 20 Nov 2023 10:47:39 -0800 Subject: [PATCH] fix: remove aws-sdk npm prefix (#1495) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92abee420a..785a1ff462 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@typescript-eslint/types": "^5.62.0", - "aws-sdk": "npm:2.1372.0", + "aws-sdk": "2.1372.0", "babel-loader": "^8.3.0", "babel-plugin-transform-imports": "^2.0.0", "babel-plugin-transform-rename-import": "^2.3.0",