Skip to content

Commit 0d6c4fa

Browse files
authored
Merge pull request #94 from zowe/test-scope
update root package name
2 parents 916a3b1 + 39f37ca commit 0d6c4fa

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "cics-for-zowe-client",
2+
"name": "@zowe/cics_monorepo",
33
"private": true,
44
"version": "4.0.8",
55
"publishConfig": {
6-
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
7-
"scope": "@zowe"
6+
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
87
},
98
"repository": "https://github.com/zowe/cics-for-zowe-client",
109
"workspaces": [

packages/cli/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"lib"
2424
],
2525
"publishConfig": {
26-
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
27-
"scope": "@zowe"
26+
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
2827
},
2928
"scripts": {
3029
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",

packages/sdk/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"lib"
2323
],
2424
"publishConfig": {
25-
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/",
26-
"scope": "@zowe"
25+
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
2726
},
2827
"scripts": {
2928
"build": "tsc --pretty && npm run checkTestsCompile && npm run madge",

0 commit comments

Comments
 (0)