Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fardjad committed Aug 10, 2023
1 parent c733ea9 commit 839438e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test-and-release
on:
push:
branches:
- master
- main
paths-ignore:
- "example/**"
- "LICENSE"
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
version-check:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
outputs:
changed: ${{ steps.check.outputs.changed }}
version: ${{ steps.check.outputs.version }}
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "templgen",
"version": "0.1.2",
"version": "0.1.3",
"description": "Extensible template based file generator",
"keywords": [
"template",
Expand Down Expand Up @@ -53,20 +53,20 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/ejs": "^3.1.2",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"c8": "^8.0.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^1.0.1",
"eslint-plugin-unicorn": "^48.0.1",
"glob": "^10.3.3",
"npm-check-updates": "^16.10.18",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"prettier-plugin-packagejson": "^2.4.5",
"tsup": "^7.1.0",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
},
Expand Down

0 comments on commit 839438e

Please sign in to comment.