Skip to content

Commit

Permalink
versionBump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Dec 9, 2024
1 parent cb1a0b2 commit 47af169
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.22",
"version": "1.4.23",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["src/__tests__"]
"exclude": ["src/__tests__", "./dist/**/*"]
}

0 comments on commit 47af169

Please sign in to comment.