Skip to content

Commit

Permalink
fix: fix the entry files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 1, 2023
1 parent e8bf9ae commit 33b5842
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit 33b5842

Please sign in to comment.