Skip to content

Commit

Permalink
Merge pull request #252 from zowe/add-cics-sdk
Browse files Browse the repository at this point in the history
Update zowe-versions.yaml
  • Loading branch information
t1m0thyj authored Feb 13, 2024
2 parents 01579ac + bebe811 commit 6fd0ce4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/repackage_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ do
node -e "package = require('./package.json');
delete package.scripts.prepare;
delete package.scripts.prepack;
delete package.scripts.postpack;
require('fs').writeFileSync('package.json', JSON.stringify(package, null, 2), 'utf8')"

npm install --verbose --legacy-peer-deps --ignore-scripts --omit=dev
Expand Down
8 changes: 6 additions & 2 deletions zowe-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,13 @@ packages:
zowe-v1-lts: 6.40.19
next: true
# CLI plug-ins
cics-for-zowe-sdk:
zowe-v2-lts: 5.0.4
zowe-v1-lts: 4.0.10
next: true
cics-for-zowe-cli:
zowe-v2-lts: 5.0.1
zowe-v1-lts: 4.0.8
zowe-v2-lts: 5.0.4
zowe-v1-lts: 4.0.10
next: true
db2-for-zowe-cli:
zowe-v2-lts: 5.0.6
Expand Down

0 comments on commit 6fd0ce4

Please sign in to comment.