FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternfly-react/lerna.json at main · patternfly/patternfly-react · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
patternfly
/
patternfly-react
Public
Notifications
You must be signed in to change notification settings
Fork
392
Star
862
Code
Issues
215
Pull requests
24
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternfly-react
/
lerna.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 920 Bytes
Breadcrumbs
patternfly-react
/
lerna.json
Copy path
File metadata and controls
30 lines (30 loc) · 920 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"npmClient"
:
"
yarn
"
,
"publishConfig"
: {
"access"
:
"
public
"
,
"registry"
:
"
https://registry.npmjs.org/
"
},
"changelog"
: {
"repo"
:
"
patternfly/patternfly-react
"
,
"cacheDir"
:
"
.changelog
"
,
"nextVersion"
:
"
Change Log
"
,
"labels"
: {
"breaking change :boom:"
:
"
:boom: Breaking Change
"
,
"enhancement :rocket:"
:
"
:rocket: New Feature
"
,
"bug :bug:"
:
"
:bug: Bug Fix
"
,
"css :nail_care:"
:
"
:nail_care: CSS
"
,
"documentation :memo:"
:
"
:memo: Documentation
"
,
"chore :house:"
:
"
:house: Internal
"
}
},
"command"
: {
"publish"
: {
"message"
:
"
chore(release): releasing packages [ci skip]
"
,
"conventionalCommits"
:
true
}
},
"version"
:
"
independent
"
,
"allowBranch"
: [
"
main
"
,
"
v4
"
,
"
5.0.x
"
,
"
6.3.x
"
,
"
v5
"
],
"packages"
: [
"
packages/*
"
,
"
packages/react-integration/demo-app-ts
"
],
"$schema"
:
"
node_modules/lerna/schemas/lerna-schema.json
"
}
Back
|
FazBrowse Home
|
New Git URL