From 36202008fb10944d81df15c8be87bcbfb963b417 Mon Sep 17 00:00:00 2001 From: Alex Taing Date: Fri, 17 Jun 2022 12:22:41 -0400 Subject: [PATCH] added THIRD-PARTY-NOTICES to files in package.json (#172) J=SLAP-2070 TEST=manual Tested using `npm pack` then `npm install` to install the .tgz file. Checked that THIRD-PARTY-NOTICES was present. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 390c99a8..3b3e77e9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "dist", "legacy", "lib", - "src" + "src", + "THIRD-PARTY-NOTICES" ], "engines": { "node": ">=12"