mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-14 11:17:57 +01:00
Make package public
This commit is contained in:
parent
9b5ed73ae3
commit
04c5f9b69f
@ -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": true,
|
"private": false,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"cypress": "^8.4.1",
|
"cypress": "^8.4.1",
|
||||||
"husky": "4",
|
"husky": "4",
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
|
"private": false,
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.yarnpkg.com"
|
||||||
},
|
},
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"src"
|
"src"
|
||||||
],
|
],
|
||||||
|
"private": false,
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.yarnpkg.com"
|
||||||
},
|
},
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"registry": "https://registry.yarnpkg.com"
|
"registry": "https://registry.yarnpkg.com"
|
||||||
},
|
},
|
||||||
|
"private": false,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user