Skip to content

Commit

Permalink
fix(version): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabjil committed Jan 23, 2024
1 parent bb0c2b5 commit 7f6dfa9
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "edt",
"version": "3.10.7",
"version": "3.10.8",
"dateVersion": "23/01/2024",
"licence": "MIT",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "src"
"baseUrl": "src",
"downlevelIteration": true
},
"allowImportingTsExtensions": true,
"include": ["src"]
Expand Down

0 comments on commit 7f6dfa9

Please sign in to comment.