Skip to content

Commit

Permalink
add Team model to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbianco committed Jan 20, 2025
1 parent 2639e52 commit cd3f776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./Asset";
export * from "./Edition";
export * from "./Version";
export * from "./Team";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@redhattraining/catalog-manager-models",
"repository": "https://github.com/RedHatTraining/catalog-mangaer-models",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"license": "MIT",
"main": "index.ts",
Expand Down

0 comments on commit cd3f776

Please sign in to comment.