Skip to content

Commit 7dc8d94

Browse files
authored
Merge pull request #6 from RedHatTraining/export-team-model
add Team model to exports
2 parents 2639e52 + cd3f776 commit 7dc8d94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

models/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export * from "./Asset";
22
export * from "./Edition";
33
export * from "./Version";
4+
export * from "./Team";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@redhattraining/catalog-manager-models",
33
"repository": "https://github.com/RedHatTraining/catalog-mangaer-models",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"description": "",
66
"license": "MIT",
77
"main": "index.ts",

0 commit comments

Comments
 (0)