mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37: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:integration": "lerna run test:integration --stream"
|
||||
},
|
||||
"private": true,
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"cypress": "^8.4.1",
|
||||
"husky": "4",
|
||||
|
@ -11,6 +11,7 @@
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.yarnpkg.com"
|
||||
},
|
||||
|
@ -12,6 +12,7 @@
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.yarnpkg.com"
|
||||
},
|
||||
|
@ -15,6 +15,7 @@
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.yarnpkg.com"
|
||||
},
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@bitbucket.org:wisemapping/wisemapping-frontend.git"
|
||||
|
Loading…
Reference in New Issue
Block a user