Make package public

This commit is contained in:
Paulo Gustavo Veiga 2021-12-18 12:48:23 -08:00
parent 9b5ed73ae3
commit 04c5f9b69f
4 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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

View File

@ -15,6 +15,7 @@
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
},
"private": false,
"repository": {
"type": "git",
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"