Skip to content

Commit

Permalink
rm registry fro publish config (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSonOfThomp authored Jul 26, 2023
1 parent 4db5fb5 commit 50934f8
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 27 deletions.
3 changes: 1 addition & 2 deletions tools/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Build config for LeafyGreen repositories",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"bin": {
"lg-internal-build-package": "./bin/build-package.js"
Expand Down
3 changes: 1 addition & 2 deletions tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"bin": {
"lg": "./bin/index.js"
Expand Down
3 changes: 1 addition & 2 deletions tools/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down
5 changes: 2 additions & 3 deletions tools/install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"node-fetch": "^2.6.6",
Expand All @@ -27,4 +26,4 @@
"bugs": {
"url": "https://jira.mongodb.org/projects/PD/summary"
}
}
}
3 changes: 1 addition & 2 deletions tools/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down
3 changes: 1 addition & 2 deletions tools/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"module": "dist/esm/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"scripts": {
"build": "lg-internal-build-package",
Expand Down
3 changes: 1 addition & 2 deletions tools/meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"module": "./dist/esm/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"scripts": {
"build": "lg-internal-build-package",
Expand Down
3 changes: 1 addition & 2 deletions tools/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"@lg-tools/build": "^0.1.0-beta.9",
Expand Down
3 changes: 1 addition & 2 deletions tools/storybook-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"@leafygreen-ui/banner": "^7.0.9",
Expand Down
3 changes: 1 addition & 2 deletions tools/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "main.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"@mdx-js/react": "^1.6.22",
Expand Down
3 changes: 1 addition & 2 deletions tools/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"tsc": "tsc --build tsconfig.json"
},
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"dependencies": {
"@emotion/css": "^11.11.0",
Expand Down
3 changes: 1 addition & 2 deletions tools/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "dist/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"bin": {
"lg-update": "./bin/index.js"
Expand Down
3 changes: 1 addition & 2 deletions tools/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"module": "./dist/esm/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://artifactory.corp.mongodb.com/artifactory/api/npm/leafygreen-ui/"
"access": "public"
},
"scripts": {
"build": "lg-internal-build-package",
Expand Down

0 comments on commit 50934f8

Please sign in to comment.