diff --git a/package-lock.json b/package-lock.json index 9cfeceb..7744d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-nightwatch", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vite-plugin-nightwatch", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "dependencies": { "@nightwatch/esbuild-utils": "0.2.1", diff --git a/package.json b/package.json index 1a800d0..f98bdd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-nightwatch", - "version": "0.4.2", + "version": "0.4.3", "description": "Component testing plugin that integrates Vite with Nightwatch.js. Supports Vue and React components with more to come soon.", "main": "index.js", "scripts": {