Skip to content

Commit

Permalink
Merge pull request #57 from zowe/add-missing-shrinkwrap-v2
Browse files Browse the repository at this point in the history
Add missing shrinkwrap v2
  • Loading branch information
traeok authored Nov 29, 2023
2 parents 0b84467 + 3ee2fe6 commit 5de7cf4
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 IBM® MQ Plug-in for Zowe CLI will be documented in this file.

## Recent Changes

- BugFix: Add missing npm-shrinkwrap

## `3.0.1`

- BugFix: Fixed GitHub repository URL in package.json.
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"main": "lib/index.js",
"files": [
"lib"
"lib",
"npm-shrinkwrap.json"
],
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
Expand Down

0 comments on commit 5de7cf4

Please sign in to comment.