diff --git a/package-lock.json b/package-lock.json index 9036bcc..2553a80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/lint", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@matrixai/lint", - "version": "0.2.6", + "version": "0.2.7", "license": "Apache-2.0", "dependencies": { "@eslint/compat": "^1.2.5", diff --git a/package.json b/package.json index 0197112..97c304a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/lint", - "version": "0.2.6", + "version": "0.2.7", "author": "Roger Qiu", "description": "Org wide custom eslint rules", "license": "Apache-2.0", @@ -11,7 +11,7 @@ "type": "module", "exports": { "./config": { - "import": "./dist/configs/matrixai-config-bundle.js" + "import": "./dist/configs/js.js" } }, "imports": {