Skip to content

Commit 9f43efc

Browse files
committed
fix: include *.js in the package
1 parent 7c2d2df commit 9f43efc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-atomic",
3-
"version": "1.20.2",
3+
"version": "1.20.3",
44
"description": "Eslint config used in atom-ide-community",
55
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
66
"license": "MIT",
@@ -10,7 +10,8 @@
1010
"files": [
1111
"src",
1212
"dist",
13-
"*.cjs"
13+
"*.cjs",
14+
"*.js"
1415
],
1516
"scripts": {
1617
"build": "tsc",

0 commit comments

Comments
 (0)