Skip to content

Commit

Permalink
chore: populate [files] in package.json. Delete .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 18, 2024
1 parent 5d245d0 commit 92b3217
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 63 deletions.
58 changes: 0 additions & 58 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
- feat: added get_implicit_mx
- feat: added resolve_mx_hosts
- doc(Changes): fixed broken tag version links
- chore: populate [files] in package.json. Delete .npmignore.

### [1.5.3] - 2023-12-15

Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.6.0",
"description": "haraka network utilities",
"main": "index.js",
"files": ["CHANGELOG.md"],
"scripts": {
"test": "npx mocha",
"lint": "npx eslint *.js test",
Expand All @@ -29,19 +30,17 @@
},
"homepage": "https://github.com/haraka/haraka-net-utils#readme",
"devDependencies": {
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"eslint-plugin-haraka": "*"
"@haraka/eslint-config": "^1.1.3"
},
"dependencies": {
"haraka-config": "^1.1.0",
"haraka-tld": "^1.2.0",
"haraka-tld": "^1.2.1",
"ipaddr.js": "^2.1.0",
"punycode.js": "^2.3.1",
"openssl-wrapper": "^0.3.4",
"sprintf-js": "^1.1.3"
},
"optionalDependencies": {
"@msimerson/stun": "^3.0.0"
"@msimerson/stun": "^3.0.1"
}
}

0 comments on commit 92b3217

Please sign in to comment.