Skip to content

Commit

Permalink
fix: include *.js in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 30, 2023
1 parent 7c2d2df commit 9f43efc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-atomic",
"version": "1.20.2",
"version": "1.20.3",
"description": "Eslint config used in atom-ide-community",
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
Expand All @@ -10,7 +10,8 @@
"files": [
"src",
"dist",
"*.cjs"
"*.cjs",
"*.js"
],
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 9f43efc

Please sign in to comment.