Skip to content

Commit

Permalink
fix: Only add required files to npm package
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Feb 4, 2023
1 parent 07b02c2 commit a0f5aa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"files": [
"dist/",
"README.md",
"CHANGELOG.md",
"LICENSE"
]
}

0 comments on commit a0f5aa4

Please sign in to comment.