From 76ed0ebf45552abed32315a6d758444c19c94169 Mon Sep 17 00:00:00 2001 From: Joshua Date: Thu, 2 May 2024 21:14:53 +0200 Subject: [PATCH] chore: update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0be2c4e..9617849 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@datashard/snapshot", - "description": "Adds value / object / DOM element snapshot testing support to Cypress test runner", - "version": "2.3.2", - "author": "Joshua , Gleb Bahmutov ", + "description": "Adds JSON Snapshot testing support to Cypress", + "version": "3.0.0-beta.1", + "author": "Joshua ", "bugs": "https://github.com/datashard/snapshot/issues", "engines": { "node": ">=6"