Skip to content

Commit

Permalink
Make package as public
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Oct 24, 2024
1 parent fa0f943 commit 9c89d42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/class-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "class-solid",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vinxi dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
Expand Down
6 changes: 5 additions & 1 deletion packages/class/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@classmodel/class",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"exports": {
"./class": "./src/class.ts",
"./cli": "./dist/cli.js",
Expand Down Expand Up @@ -35,6 +35,10 @@
"ajv": "^8.17.1",
"commander": "^12.1.0"
},
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.16.0"
}
Expand Down

0 comments on commit 9c89d42

Please sign in to comment.