Skip to content

Commit

Permalink
fix: exclude tests
Browse files Browse the repository at this point in the history
  • Loading branch information
badosz0 committed Jan 11, 2024
1 parent 35c5e07 commit 301b610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holy-time",
"version": "3.4.4",
"version": "3.4.5",
"description": "Utility functions",
"repository": "Yet another (type-safe) date time library",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"skipLibCheck": true
},
"include": ["src/"],
"exclude": ["node_modules/"]
"exclude": ["node_modules/", "src/__tests__/"]
}

0 comments on commit 301b610

Please sign in to comment.