Skip to content

Commit

Permalink
fix(nitrobase): export helper
Browse files Browse the repository at this point in the history
Signed-off-by: S. Amir Mohammad Najafi <[email protected]>
  • Loading branch information
njfamirm committed Sep 28, 2024
1 parent 16721bc commit ca17b18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nitrobase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
},
"dependencies": {
"@alwatr/nitrobase-engine": "workspace:^",
"@alwatr/nitrobase-helper": "workspace:^",
"@alwatr/nitrobase-reference": "workspace:^",
"@alwatr/nitrobase-types": "workspace:^"
},
Expand Down
1 change: 1 addition & 0 deletions packages/nitrobase/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from '@alwatr/nitrobase-engine';
export * from '@alwatr/nitrobase-reference';
export * from '@alwatr/nitrobase-helper';
export * from '@alwatr/nitrobase-types';
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ __metadata:
"@alwatr/logger": "npm:^3.2.14"
"@alwatr/nano-build": "npm:^1.3.10"
"@alwatr/nitrobase-engine": "workspace:^"
"@alwatr/nitrobase-helper": "workspace:^"
"@alwatr/nitrobase-reference": "workspace:^"
"@alwatr/nitrobase-types": "workspace:^"
"@alwatr/prettier-config": "npm:^1.0.4"
Expand Down

0 comments on commit ca17b18

Please sign in to comment.