Skip to content

Commit

Permalink
Merge branch 'release/3.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-holder-revvity committed Aug 14, 2024
2 parents 0a08c98 + 0ca9f7b commit 671b757
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sixxgate/lint",
"version": "3.2.0",
"version": "3.2.1",
"packageManager": "[email protected]",
"main": "dist/index.cjs",
"author": "Matthew Holder <[email protected]>",
Expand Down Expand Up @@ -39,10 +39,12 @@
"dist/**/*.js.map",
"dist/**/*.cjs.map",
"dist/**/*.mjs.map",
"prettier.config.d.cts",
"prettier.config.cjs"
],
"peerDependencies": {
"eslint": "^8.52.0"
"eslint": "^8.52.0",
"prettier": "^3.3.3"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down

0 comments on commit 671b757

Please sign in to comment.