From 3254d4a65f2f93a75afc4c038afa4d658b7c7fc9 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Long <43560378+nguyenngoclongdev@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:27:23 +0700 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a58a5ef..3bb8fbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-table", - "version": "1.0.1", + "version": "1.0.2", "description": "Cypress plugin to make table and grid assertions easier", "main": "./index.js", "types": "./index.d.ts", @@ -39,4 +39,4 @@ "peerDependencies": { "cypress": ">=8.0.0" } -} \ No newline at end of file +}