Try to fix excluding test dir

This commit is contained in:
Sky Johnson 2024-09-13 17:27:53 -05:00
parent fe3531d0dd
commit 6ea44d9449

View File

@ -1,7 +1,7 @@
{
"name": "sharkk/router",
"description": "A simple node-based router.",
"version": "1.1.1",
"version": "1.1.2",
"type": "library",
"license": "MIT",
"autoload": {
@ -19,7 +19,7 @@
"require": {},
"archive": {
"exclude": [
"/tests"
"tests/", "tests"
]
}
}