Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
2.1.0
  • Loading branch information
arietrouw committed Nov 19, 2024
1 parent 343e357 commit e0eee89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default [
'public',
'.storybook',
'storybook-static',
'eslint.config.mjs',
'**/docs/**/*.js',
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xylabs/sdk-api-express-ecs",
"version": "2.0.4",
"version": "2.1.0",
"description": "SDK for base code for Api repos that use express and deploy on AWS ECS",
"keywords": [
"xylabs",
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"typeRoots": []
},
"exclude": ["./node_modules", "./**/node_modules", "./dist", "./**/dist", "./**/docs", ".*"],
"exclude": ["dist", "./dist", "./**/dist", "./**/docs", ".*"],
"extends": "@xylabs/tsconfig"
}

0 comments on commit e0eee89

Please sign in to comment.