We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2d2df commit 9f43efcCopy full SHA for 9f43efc
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-atomic",
3
- "version": "1.20.2",
+ "version": "1.20.3",
4
"description": "Eslint config used in atom-ide-community",
5
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
6
"license": "MIT",
@@ -10,7 +10,8 @@
10
"files": [
11
"src",
12
"dist",
13
- "*.cjs"
+ "*.cjs",
14
+ "*.js"
15
],
16
"scripts": {
17
"build": "tsc",
0 commit comments