Skip to content

Commit

Permalink
Merge branch 'release/3.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-holder-revvity committed Aug 3, 2024
2 parents 721a1db + 515f1a2 commit c3620ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sixxgate/lint",
"version": "3.1.0",
"version": "3.1.1",
"packageManager": "[email protected]",
"main": "dist/index.cjs",
"author": "Matthew Holder <[email protected]>",
Expand All @@ -9,6 +9,9 @@
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"rebuild": "run-s clean build",
"build": "run-p compile copy",
Expand Down

0 comments on commit c3620ae

Please sign in to comment.