Fix missing publish configs

This commit is contained in:
Andrey Sobolev
2025-10-07 13:27:52 +07:00
parent 3bf2c28702
commit 85fbc2a060
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -44,6 +44,10 @@
"toposort": "^2.0.2",
"fast-equals": "^5.2.2"
},
"repository": "https://github.com/hcengineering/huly.core",
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*",
"!lib/**/__test__/**",
+4
View File
@@ -48,5 +48,9 @@
"require": "./lib/index.js",
"import": "./lib/index.js"
}
},
"repository": "https://github.com/hcengineering/huly.core",
"publishConfig": {
"access": "public"
}
}
+4
View File
@@ -54,5 +54,9 @@
"require": "./lib/index.js",
"import": "./lib/index.js"
}
},
"repository": "https://github.com/hcengineering/huly.core",
"publishConfig": {
"access": "public"
}
}