diff --git a/package.json b/package.json index 3325d9e..807d644 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { - "version": "2.2.2", + "version": "2.2.3", "license": "MIT", "type": "module", "typings": "dist/index.d.ts", "main": "./dist/index.js", "exports": { - "import": "./dist/index.js", - "require": "./dist-cjs/index.cjs" + "import": "./dist/index.js", + "require": "./dist-cjs/index.cjs" }, "files": [ "dist",