Skip to content

Commit

Permalink
chore: populate package.json [files]
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 7, 2024
1 parent 3c7f436 commit 9bd3bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.1.4",
"description": "A heuristics scoring and reputation engine for SMTP connections",
"main": "index.js",
"files": [
"CHANGELOG.md", "config", "test"
],
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint@^8 *.js test",
Expand Down

0 comments on commit 9bd3bed

Please sign in to comment.