Revert "Make package public"

This reverts commit c2467ad8501f092805e9757a86f9f526fd6eb534.
This commit is contained in:
Paulo Gustavo Veiga 2021-12-18 15:20:14 -08:00
parent 048104efde
commit b834f3e9e1
3 changed files with 1 additions and 3 deletions

View File

@ -9,7 +9,7 @@
"test:unit": "lerna run test:unit --stream", "test:unit": "lerna run test:unit --stream",
"test:integration": "lerna run test:integration --stream" "test:integration": "lerna run test:integration --stream"
}, },
"private": false, "private": true,
"devDependencies": { "devDependencies": {
"cypress": "^8.4.1", "cypress": "^8.4.1",
"husky": "4", "husky": "4",

View File

@ -8,7 +8,6 @@
"files": [ "files": [
"src" "src"
], ],
"private": false,
"publishConfig": { "publishConfig": {
"registry": "https://registry.yarnpkg.com" "registry": "https://registry.yarnpkg.com"
}, },

View File

@ -12,7 +12,6 @@
"files": [ "files": [
"src" "src"
], ],
"private": false,
"publishConfig": { "publishConfig": {
"registry": "https://registry.yarnpkg.com" "registry": "https://registry.yarnpkg.com"
}, },