Skip to content

Commit

Permalink
Remove private false
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Jun 25, 2024
1 parent 93f07a8 commit 5e23c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"sponsor": {
"url": "https://github.com/sponsors/PuruVJ"
},
"module": "index.ts",
"type": "module",
"scripts": {
"changeset": "changeset",
Expand Down
3 changes: 1 addition & 2 deletions packages/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "2.0.0",
"author": "PuruVJ (@puruvjdev)",
"license": "MIT",
"private": true,
"sideEffects": false,
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -72,7 +71,7 @@
}
},
"scripts": {
"prepublish": "bun run compile && npm publish --no-git-checks",
"pub": "bun run compile && npm publish --no-git-checks",
"compile": "tsup && bun post.ts"
},
"devDependencies": {
Expand Down

0 comments on commit 5e23c7e

Please sign in to comment.