Skip to content

Commit

Permalink
added publishconfig to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Nov 15, 2024
1 parent 3624e5d commit dd93926
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/qwik-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"license": "BSD-2-Clause",
"main": "./lib",
"repository": "fgnass/domino.git",
"publishConfig": {
"access": "public"
},
"types": "lib/index.d.ts"
}
5 changes: 4 additions & 1 deletion packages/qwik-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwik.dev/react",
"description": "QwikReact allows adding React components into existing Qwik application",
"description": "Qwik React allows adding React components into existing Qwik application",
"version": "2.0.0-alpha.0",
"bugs": "https://github.com/QwikDev/qwik/issues",
"devDependencies": {
Expand Down Expand Up @@ -43,6 +43,9 @@
"vite": "^5"
},
"qwik": "./lib/index.qwik.mjs",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/qwik.git",
Expand Down
6 changes: 4 additions & 2 deletions packages/qwik/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@qwik.dev/core",
"description": "An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.",
"description": "An open source framework for building instant loading web apps at any scale, without the extra effort.",
"version": "2.0.0-alpha.0",
"author": "Qwik Team",
"annotation": "This package.json is for internal use in the monorepo, the build actually makes a new package.json for the published package via scripts/package-json.ts",
"bin": {
"qwik": "./qwik-cli.cjs"
},
Expand Down Expand Up @@ -181,6 +180,9 @@
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/QwikDev/qwik.git",
Expand Down

0 comments on commit dd93926

Please sign in to comment.