Skip to content

Commit ef7b492

Browse files
committed
Add "files" to package.json so that only needed files are shipped
1 parent d4d4bd4 commit ef7b492

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@codility/eslint-config-codility",
33
"version": "1.0.2",
44
"main": "index.js",
5+
"files": [
6+
"/.eslintrc.js",
7+
"/index.js",
8+
"/react.js"
9+
],
510
"repository": {
611
"type": "git",
712
"url": "git@github.com:Codility/eslint-config-codility.git"

0 commit comments

Comments
 (0)