From 926f72218cb5a03bb51f073f97073cb72386b7bf Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 14 Apr 2025 04:06:58 +0300 Subject: Update packages for ESM compatibility --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 499712f..948b453 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,8 @@ { "name": "shapex", - "version": "1.0.7", + "version": "1.0.8", "description": "A scalable event-driven application framework.", - "main": "dist/shapex.cjs", - "module": "dist/shapex.js", + "main": "dist/shapex.js", "type": "module", "license": "MIT", "keywords": [ -- cgit v1.2.3