Skip to content

Commit 8ad4c7b

Browse files
committed
disable workspace in pkg.json
1 parent 142087d commit 8ad4c7b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"name": "@threefold/root",
3-
"publishConfig": {
4-
"access": "public"
5-
},
6-
"private": false,
3+
"private": true,
74
"workspaces": [
85
"packages/*"
96
],

packages/registrar_client/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"keywords": [],
66
"author": "Salma Elsoly <salmaelsoly@gmail.com>",
77
"license": "ISC",
8+
"private": false,
9+
"publishConfig": {
10+
"access": "public"
11+
},
812
"main": "./dist/node/src/index.js",
913
"module": "./dist/es/src/index.js",
1014
"exports": {

0 commit comments

Comments
 (0)