diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
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": [ |
