diff --git a/package.json b/package.json index d7aacaf..6fb9e3e 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "eslint-config-atomic", - "version": "1.20.3", + "version": "1.20.4", "description": "Eslint config used in atom-ide-community", "repository": "https://github.com/atom-ide-community/eslint-config-atomic", "license": "MIT", "author": "Amin Yahyaabadi", "type": "commonjs", - "main": "index.cjs", + "main": "index.js", "files": [ "src", "dist", @@ -85,7 +85,7 @@ "lint", "prettier" ], - "react": "react.cjs", - "strict": "strict.cjs", - "strict-react": "strict-react.cjs" + "react": "react.js", + "strict": "strict.js", + "strict-react": "strict-react.js" }