Try to fix excluding test dir
This commit is contained in:
parent
fe3531d0dd
commit
6ea44d9449
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "sharkk/router",
|
"name": "sharkk/router",
|
||||||
"description": "A simple node-based router.",
|
"description": "A simple node-based router.",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
"require": {},
|
"require": {},
|
||||||
"archive": {
|
"archive": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"/tests"
|
"tests/", "tests"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user