From 852c7e479a5c8bc10ce465ea1e9f6234d446f2c0 Mon Sep 17 00:00:00 2001 From: Jeff Barczewski Date: Wed, 17 Mar 2021 14:55:05 -0500 Subject: [PATCH] 5.2.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa8851a..98ad876 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wait-on", - "version": "5.2.1", + "version": "5.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a3877e6..acf7495 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wait-on", "description": "wait-on is a cross platform command line utility and Node.js API which will wait for files, ports, sockets, and http(s) resources to become available", - "version": "5.2.1", + "version": "5.2.2", "main": "lib/wait-on", "bin": { "wait-on": "bin/wait-on"