Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace .npmignore with files field #156

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

jonkoops
Copy link
Contributor

Removes the .npmignore file and replaces it with the files field in the package file. Since the files field is used as an allowlist during npm pack, there is no need to keep the .npmignore around.

@jonkoops jonkoops requested a review from a team as a code owner July 26, 2023 15:49
@@ -50,8 +50,7 @@
"uglify-js": "^3.15.2"
},
"files": [
"build/",
"index.d.ts"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed this file, as it no longer exists since a build step was introduced.

@frederikprijck
Copy link
Member

Thanks 🚀

@frederikprijck frederikprijck merged commit bf3dd53 into auth0:prepare/beta Jul 26, 2023
1 check passed
@jonkoops jonkoops deleted the rm-npmignore branch July 26, 2023 17:02
frederikprijck pushed a commit that referenced this pull request Jul 28, 2023
frederikprijck pushed a commit that referenced this pull request Jul 28, 2023
frederikprijck pushed a commit that referenced this pull request Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants