From e8fa1cc6c53e3b44b7e48874faace1188a6cd3d7 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Thu, 4 May 2023 14:47:26 -0400 Subject: [PATCH] bump the version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea2b77c..e323dde 100644 --- a/package.json +++ b/package.json @@ -9,13 +9,13 @@ "updeep": "^1.2.1" }, "license": "MIT", - "main": "src/index.js", + "module": "dist/index.js", "name": "updux", "description": "Updeep-friendly Redux helper framework", "scripts": { "docsify:serve": "docsify serve docs" }, - "version": "4.0.0", + "version": "5.0.0", "repository": { "type": "git", "url": "git+https://github.com/yanick/updux.git"