forked from PHP/Router
Try to fix excluding test dir
This commit is contained in:
parent
fe3531d0dd
commit
6ea44d9449
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user