FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
patternlab-node/lerna.json at dev · pattern-lab/patternlab-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on May 13, 2026. It is now read-only.
pattern-lab
/
patternlab-node
Public archive
Notifications
You must be signed in to change notification settings
Fork
397
Star
2.1k
Code
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
patternlab-node
/
lerna.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 695 Bytes
Breadcrumbs
patternlab-node
/
lerna.json
Copy path
File metadata and controls
38 lines (38 loc) · 695 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
31
32
33
34
35
36
37
38
{
"lerna"
:
"
4.0.0
"
,
"version"
:
"
6.1.0
"
,
"packages"
: [
"
packages/*
"
],
"command"
: {
"init"
: {
"exact"
:
true
},
"publish"
: {
"allowBranch"
: [
"
master
"
,
"
dev
"
],
"conventionalCommits"
:
true
,
"gitReset"
:
true
,
"includeMergedTags"
:
true
,
"noCommitHooks"
:
true
,
"verifyAccess"
:
true
},
"changed"
: {
"includeMergedTags"
:
true
}
},
"ignoreChanges"
: [
"
**/__fixtures__/**
"
,
"
**/__tests__/**
"
,
"
**/*.md
"
,
"
**/__snapshots__/**
"
],
"npmClient"
:
"
yarn
"
,
"npmClientArgs"
: [
"
--ignore-optional
"
,
"
--registry=https://registry.npmjs.org/
"
],
"useWorkspaces"
:
true
}
Back
|
FazBrowse Home
|
New Git URL