Skip to content

Commit

Permalink
Add missing shrinkwrap
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew W. Harn <[email protected]>
  • Loading branch information
awharn committed Nov 29, 2023
1 parent a6247dd commit 93805d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the z/OS FTP Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- BugFix: Add missing npm-shrinkwrap

## `1.8.8`

- Updated the `zos-node-accessor` package to 1.0.14 for technical currency.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"url": "https://github.com/zowe/zowe-cli-ftp-plugin.git"
},
"files": [
"lib"
"lib",
"npm-shrinkwrap.json"
],
"description": "Data set, USS, and Jobs functionality via FTP for Zowe CLI",
"main": "lib/index.js",
Expand Down

0 comments on commit 93805d1

Please sign in to comment.