Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 1, 2024
1 parent 40b382d commit f3fba28
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "6.0.0",
"description": "Check if a binary is working",
"license": "MIT",
"repository": "XhmikosR/bin-check",
"repository": {
"type": "git",
"url": "git+https://github.com/XhmikosR/bin-check.git"
},
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -44,9 +47,9 @@
"ava": "^6.1.2",
"xo": "^0.58.0"
},
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off"
}
}
"xo": {
"rules": {
"unicorn/prevent-abbreviations": "off"
}
}
}

0 comments on commit f3fba28

Please sign in to comment.