We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142087d commit 8ad4c7bCopy full SHA for 8ad4c7b
package.json
@@ -1,9 +1,6 @@
1
{
2
"name": "@threefold/root",
3
- "publishConfig": {
4
- "access": "public"
5
- },
6
- "private": false,
+ "private": true,
7
"workspaces": [
8
"packages/*"
9
],
packages/registrar_client/package.json
@@ -5,6 +5,10 @@
"keywords": [],
"author": "Salma Elsoly <salmaelsoly@gmail.com>",
"license": "ISC",
+ "private": false,
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
"main": "./dist/node/src/index.js",
13
"module": "./dist/es/src/index.js",
14
"exports": {
0 commit comments