From f0edfff5fbad602cb53b36bd9b026fdddd2e8b49 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Wed, 29 Nov 2023 21:01:39 +0000 Subject: [PATCH] Add missing shrinkwrap v2 Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 4 ++++ package.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d0e61..f16cf93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the IBM® IMS™ Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- BugFix: Add missing npm-shrinkwrap + ## `3.0.0` - Major: Updated for V2 compatibility. See the prerelease items below for more details. diff --git a/package.json b/package.json index 71a45d0..3cf91f6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ }, "main": "lib/index.js", "files": [ - "lib" + "lib", + "npm-shrinkwrap.json" ], "publishConfig": { "registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"