1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-17 01:15:52 +02:00

perf: reduce package size by publishing only needed files

This commit is contained in:
Divlo 2022-09-01 01:17:47 +02:00
parent e0f93343fe
commit 846a25943d
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9

View File

@ -23,6 +23,10 @@
"conventions"
],
"main": "index.js",
"files": [
"index.js",
".eslintrc.json"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"