diff --git a/package.json b/package.json index e816eaf..d37ce0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bit-about/event", - "version": "2.0.0", + "version": "2.0.1", "description": "Tiny and powerfull hook-based event system library.", "author": "Gareneye", "license": "MIT", @@ -12,8 +12,8 @@ "node": ">=10" }, "scripts": { - "build": "microbundle --compress --format cjs", - "start": "microbundle watch --no-compress --format cjs", + "build": "microbundle --compress", + "start": "microbundle watch --no-compress", "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build",