Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit f259162

Browse files
committed
build: add publishConfig for artifactory
1 parent 5bb473a commit f259162

File tree

5 files changed

+19
-0
lines changed

5 files changed

+19
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"test": "node ./scripts/test.js",
99
"zumper": "lerna run --no-bail zumper"
1010
},
11+
"publishConfig": {
12+
"registry": "https://zumper.jfrog.io/artifactory/api/npm/npm/"
13+
},
1114
"dependencies": {
1215
"@babel/core": "^7.6.2",
1316
"@babel/plugin-proposal-class-properties": "^7.5.5",

packages/react-router-config/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Static route config matching for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
7+
"publishConfig": {
8+
"access": "public",
9+
"registry": "https://zumper.jfrog.io/artifactory/api/npm/npm/"
10+
},
711
"authors": [
812
"Ryan Florence"
913
],

packages/react-router-dom/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "DOM bindings for React Router",
55
"repository": "zumper/react-router",
66
"license": "MIT",
7+
"publishConfig": {
8+
"access": "public",
9+
"registry": "https://zumper.jfrog.io/artifactory/api/npm/npm/"
10+
},
711
"authors": [
812
"Michael Jackson",
913
"Ryan Florence"

packages/react-router-native/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "React Native bindings for React Router",
55
"repository": "ReactTraining/react-router",
66
"license": "MIT",
7+
"publishConfig": {
8+
"access": "public",
9+
"registry": "https://zumper.jfrog.io/artifactory/api/npm/npm/"
10+
},
711
"authors": [
812
"Michael Jackson",
913
"Ryan Florence"

packages/react-router/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Declarative routing for React",
55
"repository": "zumper/react-router",
66
"license": "MIT",
7+
"publishConfig": {
8+
"access": "public",
9+
"registry": "https://zumper.jfrog.io/artifactory/api/npm/npm/"
10+
},
711
"authors": [
812
"Michael Jackson",
913
"Ryan Florence"

0 commit comments

Comments
 (0)