Skip to content

Commit

Permalink
0.1.120
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fardjad committed Feb 5, 2024
1 parent 9aeb50a commit 855235e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templgen",
"version": "0.1.119",
"version": "0.1.120",
"description": "Extensible template based file generator",
"keywords": [
"template",
Expand Down Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-unicorn": "^50.0.1",
"glob": "^10.3.10",
"npm-check-updates": "^16.14.14",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.10",
"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 855235e

Please sign in to comment.