diff --git a/package.json b/package.json index 61490b9..e09ba2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@knighttower/type-check-js", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "description": "TypeCheck JS", "main": "index.cjs", @@ -18,7 +18,7 @@ "exports": { ".": { "import": "./index.js", - "require": "./index.cjs.js" + "require": "./index.cjs" }, "./dist/*": "./dist/*" }, @@ -82,4 +82,4 @@ "webpack": "^5.89.0", "webpack-cli": "^5.1.4" } -} \ No newline at end of file +}