Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: set packages to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Feb 29, 2024
1 parent 5359b53 commit e79e0e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format:check": "nx format:check",
"prepare": "husky"
},
"private": true,
"private": false,
"dependencies": {
"tslib": "^2.3.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@mocking-bird/core",
"version": "1.0.0",
"private": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/core"
Expand Down
1 change: 0 additions & 1 deletion packages/mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@mocking-bird/mongoose",
"version": "1.0.0",
"private": false,
"scripts": {
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "nx test @mocking-bird/mongoose"
Expand Down

0 comments on commit e79e0e4

Please sign in to comment.