Skip to content

Commit

Permalink
Merge pull request #94 from zowe/test-scope
Browse files Browse the repository at this point in the history
update root package name
  • Loading branch information
zFernand0 authored Feb 6, 2024
2 parents 916a3b1 + 39f37ca commit 0d6c4fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "cics-for-zowe-client",
"name": "@zowe/cics_monorepo",
"private": true,
"version": "4.0.8",
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
"scope": "@zowe"
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"repository": "https://github.com/zowe/cics-for-zowe-client",
"workspaces": [
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"lib"
],
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
"scope": "@zowe"
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"scripts": {
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",
Expand Down
3 changes: 1 addition & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"lib"
],
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
"scope": "@zowe"
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"scripts": {
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",
Expand Down

0 comments on commit 0d6c4fa

Please sign in to comment.