From b8b848edbe44ea531146cb9fc8ff6f8f8d73a3a2 Mon Sep 17 00:00:00 2001 From: Ihor Diachenko Date: Sat, 5 Jun 2021 02:17:25 +0300 Subject: [PATCH] 1.0.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 1abe1ba..35df94e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "supports-webp-sync", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1 } diff --git a/package.json b/package.json index f69f8ea..ef8fe45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supports-webp-sync", - "version": "1.0.1", + "version": "1.0.2", "description": "Checks if the browser supports WebP. Cheaply and synchronously.", "main": "index.js", "scripts": {