Skip to content

Commit

Permalink
0.1.109
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Jan 18, 2024
1 parent 63e350e commit a2a691f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templgen",
"version": "0.1.108",
"version": "0.1.109",
"description": "Extensible template based file generator",
"keywords": [
"template",
Expand Down Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/ejs": "^3.1.5",
"@types/node": "^20.11.4",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"c8": "^9.1.0",
Expand All @@ -64,7 +64,7 @@
"eslint-plugin-unicorn": "^50.0.1",
"glob": "^10.3.10",
"npm-check-updates": "^16.14.12",
"prettier": "^3.2.2",
"prettier": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.9",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"allowSyntheticDefaultImports": true,
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"noEmit": true
}
"noEmit": true,
},
}

0 comments on commit a2a691f

Please sign in to comment.