Skip to content

Commit

Permalink
Merge pull request #612 from nextcloud-libraries/fix/file-whitelist
Browse files Browse the repository at this point in the history
fix: Use files whitelist instead of .npmignore to only include needed files
  • Loading branch information
Pytal authored Apr 22, 2024
2 parents 28067a5 + 341d05f commit 3d0682c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .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 @@ -52,5 +52,11 @@
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
}
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE"
]
}

0 comments on commit 3d0682c

Please sign in to comment.