Skip to content

Commit

Permalink
replace .npmignore with files=[] in package.json
Browse files Browse the repository at this point in the history
net changes:

- no longer publishing all the dotfiles [on NPM](https://www.npmjs.com/package/libmime?activeTab=code)
- no more need to maintain .npmignore
  • Loading branch information
msimerson committed Apr 24, 2024
1 parent 3075051 commit 08459b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
test:
strategy:
matrix:
node: [16.x, 18.x, 20.x, 21.x]
node: [16, 18, 20, 21]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Encode and decode quoted printable and base64 strings",
"version": "5.3.5",
"main": "lib/libmime.js",
"files": ["lib", "CHANGELOG.md"],
"homepage": "https://github.com/nodemailer/libmime",
"repository": {
"type": "git",
Expand Down

0 comments on commit 08459b5

Please sign in to comment.