Skip to content

Commit 33b5842

Browse files
committed
fix: fix the entry files in package.json
1 parent e8bf9ae commit 33b5842

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "eslint-config-atomic",
3-
"version": "1.20.3",
3+
"version": "1.20.4",
44
"description": "Eslint config used in atom-ide-community",
55
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
66
"license": "MIT",
77
"author": "Amin Yahyaabadi",
88
"type": "commonjs",
9-
"main": "index.cjs",
9+
"main": "index.js",
1010
"files": [
1111
"src",
1212
"dist",
@@ -85,7 +85,7 @@
8585
"lint",
8686
"prettier"
8787
],
88-
"react": "react.cjs",
89-
"strict": "strict.cjs",
90-
"strict-react": "strict-react.cjs"
88+
"react": "react.js",
89+
"strict": "strict.js",
90+
"strict-react": "strict-react.js"
9191
}

0 commit comments

Comments
 (0)