Merge pull request #1 from JeremyCraigMartinez/master

add name and version so it can be installed with npm
This commit is contained in:
Marko Klemetti 2017-09-28 13:18:15 +03:00 committed by GitHub
commit 50f3a3148b
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{
"name": "wait-for",
"version": "0.1.0",
"scripts": {
"test": "./node_modules/.bin/bats wait-for.bats"
},