Skip to content

Commit b900ceb

Browse files
committed
fix: include dist files in the package
1 parent d4208f3 commit b900ceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "eslint-config-atomic",
3-
"version": "1.20.0",
3+
"version": "1.20.1",
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
"main": "index.js",
99
"files": [
1010
"src",
11+
"dist",
1112
"*.js"
1213
],
1314
"scripts": {

0 commit comments

Comments
 (0)