Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
chore: bump dependencies
  • Loading branch information
Cherry committed Mar 26, 2024
1 parent 20fc9ba commit 7de607d
Show file tree
Hide file tree
Showing 7 changed files with 4,174 additions and 1,017 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ root = true
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = false
end_of_line = lf
insert_final_newline = true
end_of_line = lf
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": [
"nodecraft"
"@nodecraft/eslint-config"
],
"plugins": [
"json",
"node"
]
}
}
30 changes: 30 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
* text=auto
* text eol=lf

# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.avif binary
*.webp binary
*.jxl binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.woff2 binary
*.pyc binary
*.pdf binary
*.ez binary
*.bz2 binary
*.swp binary
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node: [10, 12]
node: [18, 20]
name: Node ${{ matrix.node }} ${{ matrix.os }} Test
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 7de607d

Please sign in to comment.