Initial Composer setup

pull/91/head
renanbr 4 years ago
parent 5fc21943fe
commit 742b16ec5c

2
.gitignore vendored

@ -1,3 +1,3 @@
**/*.pyc
.pydevproject
/vendor/

@ -0,0 +1,7 @@
{
"name": "vishnubob/wait-for-it",
"description": "Pure bash script to test and wait on the availability of a TCP host and port",
"type": "library",
"license": "MIT",
"bin": ["wait-for-it.sh"]
}
Loading…
Cancel
Save