diff --git a/.changeset/empty-bushes-draw.md b/.changeset/empty-bushes-draw.md new file mode 100644 index 00000000..7798f05c --- /dev/null +++ b/.changeset/empty-bushes-draw.md @@ -0,0 +1,5 @@ +--- +'@css-modules-kit/eslint-plugin': minor +--- + +chore!: make eslint-plugin internal API private diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index ed98aa12..30c3acc5 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -12,7 +12,14 @@ "author": "mizdra ", "license": "MIT", "private": false, - "main": "./dist/index.js", + "exports": { + ".": { + "default": { + "types": "./dist/index.d.ts", + "default": "./dist/index.js" + } + } + }, "scripts": { "build": "tsc -b tsconfig.build.json" },