Skip to content

Commit

Permalink
update package.json version
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 5, 2024
1 parent 47b8840 commit a209f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ module.exports = {
// Use Lerna only for versioning and publish packages independently
npmPublish: false,
versionIndependent: ["cics-extension-for-zowe"],
IS_LERNA_JSON_TEMP: true,
},
],
[
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"name": "@zowe/cics_monorepo",
"private": true,
"version": "5.0.3",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"repository": "https://github.com/zowe/cics-for-zowe-client",
"workspaces": [
"./packages/*"
],
"scripts": {
"build": "turbo build",
"watch": "turbo watch",
Expand All @@ -13,13 +21,6 @@
"prepare": "husky install",
"license": "node scripts/updateLicenses.js"
},
"repository": "https://github.com/zowe/cics-for-zowe-client",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.0",
Expand Down Expand Up @@ -65,4 +66,4 @@
"typescript": "^5.0.3",
"uuid": "^9.0.0"
}
}
}

0 comments on commit a209f3d

Please sign in to comment.