From 1e3c656c29011479e2724718e61b8155123e48fd Mon Sep 17 00:00:00 2001 From: Josh Kneubuhl Date: Fri, 10 Feb 2023 05:30:03 -0500 Subject: [PATCH] Fix an npm dependency error that was breaking the FSAT app compilation Signed-off-by: Josh Kneubuhl --- .../applications/trader-typescript/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/full-stack-asset-transfer-guide/applications/trader-typescript/package.json b/full-stack-asset-transfer-guide/applications/trader-typescript/package.json index 63d3ae86..0174a622 100644 --- a/full-stack-asset-transfer-guide/applications/trader-typescript/package.json +++ b/full-stack-asset-transfer-guide/applications/trader-typescript/package.json @@ -19,7 +19,6 @@ "author": "Hyperledger", "license": "Apache-2.0", "dependencies": { - "@grpc/grpc-js": "~1.6.7", "@hyperledger/fabric-gateway": "^1.1.0", "@hyperledger/fabric-protos": "^0.1.0-dev.2300102001.1" },