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

Update to be more maintainable #134

Merged
merged 17 commits into from
Sep 6, 2022
Merged

Conversation

hasezoey
Copy link
Member

This PR does:

  • add yarn.lock to the .gitignore
  • add the files property to package.json to not ship files that are not required (see unpkg)
  • consistenize some jsdoc
  • update README formatting to be prettier
  • update the eslintrc with a slightly modified version from current mongoose
  • remove the Makefile because only the package.json scripts seem to be used now
  • remove the eslintignore file, because eslint also uses the gitignore file (which contains what the eslintignore file also includes)

@hasezoey
Copy link
Member Author

hasezoey commented Aug 9, 2022

Changed from "files"-property to ".npmignore" as talked in vkarpov15/acquit-ignore#5 (comment)

Copy link
Member

@vkarpov15 vkarpov15 left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@vkarpov15 vkarpov15 merged commit 322ae41 into mongoosejs:master Sep 6, 2022
@hasezoey hasezoey deleted the modernize branch September 6, 2022 08:46
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.

None yet

2 participants