File tree 8 files changed +24
-7
lines changed
8 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/canary" ,
3
- "private" : false ,
3
+ "publishConfig" : {
4
+ "access" : " public"
5
+ },
4
6
"version" : " 0.2.19" ,
5
7
"type" : " module" ,
6
8
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/core-design-system" ,
3
3
"version" : " 0.0.1" ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
4
7
"description" : " Harness Design System" ,
5
8
"type" : " module" ,
6
9
"main" : " src/core-style-esm.js" ,
Original file line number Diff line number Diff line change 12
12
"pretty" : " prettier --check ./src" ,
13
13
"pre-commit" : " lint-staged"
14
14
},
15
- "private" : false ,
15
+ "publishConfig" : {
16
+ "access" : " public"
17
+ },
16
18
"type" : " module" ,
17
19
"module" : " ./dist/index.js" ,
18
20
"files" : [
Original file line number Diff line number Diff line change 12
12
"pretty" : " prettier --check ./src" ,
13
13
"pre-commit" : " lint-staged"
14
14
},
15
- "private" : false ,
15
+ "publishConfig" : {
16
+ "access" : " public"
17
+ },
16
18
"type" : " module" ,
17
19
"module" : " ./dist/index.js" ,
18
20
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/pipeline-graph" ,
3
3
"version" : " 1.0.0-alpha.8" ,
4
- "private" : false ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
5
7
"author" : " Harness Inc." ,
6
8
"license" : " Apache-2.0" ,
7
9
"type" : " module" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @harnessio/ui" ,
3
3
"description" : " Harness Canary UI component library" ,
4
4
"version" : " 0.0.2" ,
5
- "private" : false ,
5
+ "publishConfig" : {
6
+ "access" : " public"
7
+ },
6
8
"type" : " module" ,
7
9
"main" : " ./dist/index.js" ,
8
10
"exports" : {
Original file line number Diff line number Diff line change 13
13
"pre-commit" : " lint-staged" ,
14
14
"typecheck" : " tsc -b"
15
15
},
16
- "private" : false ,
16
+ "publishConfig" : {
17
+ "access" : " public"
18
+ },
17
19
"type" : " module" ,
18
20
"module" : " ./dist/index.js" ,
19
21
"main" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @harnessio/yaml-editor" ,
3
3
"version" : " 0.15.0" ,
4
- "private" : false ,
4
+ "publishConfig" : {
5
+ "access" : " public"
6
+ },
5
7
"author" : " Harness Inc." ,
6
8
"license" : " Apache-2.0" ,
7
9
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments