Skip to content

Commit

Permalink
Merge pull request #240 from MeasureAuthoringTool/versionBump2
Browse files Browse the repository at this point in the history
Release 1.4.23
  • Loading branch information
mcmcphillips authored Dec 9, 2024
2 parents cb1a0b2 + 47af169 commit e8b277f
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 e8b277f

Please sign in to comment.