blackgirlbytes / git-emojis

An emoji search application leveraging Next.js, Tailwind CSS, Fuse.js (for fuzzy search), GitHub's Emoji API, GitHub Actions, and Pulumi
http://s3-website-bucket-43d5014.s3-website-us-east-1.amazonaws.com/
14 stars 2 forks source link

Delete node_modules and packages from root of the project #9

Open blackgirlbytes opened 3 years ago

blackgirlbytes commented 3 years ago

Chores are the things you have to do that don’t actually change your product. Examples include paying down technical debt, improving test coverage, upgrading library dependencies, research, devops tasks like spinning up new servers, database maintenance, operational tasks, writing scripts to automate those tasks, etc

Is your chore request related to a problem? Please describe. Node modules and package-lock.json are unnecessarily added to the root of the project.

Describe the solution you'd like Remoe the node modules and package-lock file.

blackgirlbytes commented 3 years ago

Welcome to this project!