add name and version so it can be installed with npm

This commit is contained in:
JeremyCraigMartinez 2017-08-04 11:36:14 -07:00
parent 51de968acb
commit a8511d0630
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"
},