Skip to content

Commit

Permalink
fix: include dist files in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 30, 2023
1 parent d4208f3 commit b900ceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "eslint-config-atomic",
"version": "1.20.0",
"version": "1.20.1",
"description": "Eslint config used in atom-ide-community",
"repository": "https://github.com/atom-ide-community/eslint-config-atomic",
"license": "MIT",
"author": "Amin Yahyaabadi",
"main": "index.js",
"files": [
"src",
"dist",
"*.js"
],
"scripts": {
Expand Down

0 comments on commit b900ceb

Please sign in to comment.