Skip to content

Commit 252e46b

Browse files
add public publish config
1 parent 6e75748 commit 252e46b

File tree

8 files changed

+24
-7
lines changed

8 files changed

+24
-7
lines changed

packages/canary/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "@harnessio/canary",
3-
"private": false,
3+
"publishConfig": {
4+
"access": "public"
5+
},
46
"version": "0.2.19",
57
"type": "module",
68
"scripts": {

packages/core-design-system/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@harnessio/core-design-system",
33
"version": "0.0.1",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Harness Design System",
58
"type": "module",
69
"main": "src/core-style-esm.js",

packages/filters/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"pretty": "prettier --check ./src",
1313
"pre-commit": "lint-staged"
1414
},
15-
"private": false,
15+
"publishConfig": {
16+
"access": "public"
17+
},
1618
"type": "module",
1719
"module": "./dist/index.js",
1820
"files": [

packages/forms/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"pretty": "prettier --check ./src",
1313
"pre-commit": "lint-staged"
1414
},
15-
"private": false,
15+
"publishConfig": {
16+
"access": "public"
17+
},
1618
"type": "module",
1719
"module": "./dist/index.js",
1820
"main": "./dist/index.js",

packages/pipeline-graph/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "@harnessio/pipeline-graph",
33
"version": "1.0.0-alpha.8",
4-
"private": false,
4+
"publishConfig": {
5+
"access": "public"
6+
},
57
"author": "Harness Inc.",
68
"license": "Apache-2.0",
79
"type": "module",

packages/ui/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "@harnessio/ui",
33
"description": "Harness Canary UI component library",
44
"version": "0.0.2",
5-
"private": false,
5+
"publishConfig": {
6+
"access": "public"
7+
},
68
"type": "module",
79
"main": "./dist/index.js",
810
"exports": {

packages/views/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"pre-commit": "lint-staged",
1414
"typecheck": "tsc -b"
1515
},
16-
"private": false,
16+
"publishConfig": {
17+
"access": "public"
18+
},
1719
"type": "module",
1820
"module": "./dist/index.js",
1921
"main": "./dist/index.js",

packages/yaml-editor/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "@harnessio/yaml-editor",
33
"version": "0.15.0",
4-
"private": false,
4+
"publishConfig": {
5+
"access": "public"
6+
},
57
"author": "Harness Inc.",
68
"license": "Apache-2.0",
79
"type": "module",

0 commit comments

Comments
 (0)