Skip to content

Commit

Permalink
chore: release v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwyd committed Feb 5, 2024
1 parent d54c55a commit df73db2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coderwyd/eslint-config",
"type": "module",
"version": "2.1.6",
"version": "2.1.7",
"packageManager": "[email protected]",
"description": "Donny's ESLint config",
"author": "Donny Wang <[email protected]> (https://github.com/coderwyd/)",
Expand Down Expand Up @@ -29,7 +29,10 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": "./bin/index.js",
"files": ["bin", "dist"],
"files": [
"bin",
"dist"
],
"engines": {
"node": ">=16.14.0"
},
Expand Down

0 comments on commit df73db2

Please sign in to comment.