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

Updating folder structure & named export #53

Merged
merged 6 commits into from Sep 21, 2022
Merged

Updating folder structure & named export #53

merged 6 commits into from Sep 21, 2022

Conversation

avoidwork
Copy link
Owner

@avoidwork avoidwork commented Sep 21, 2022

  • Updating build and changing ./lib to ./dist
  • Removing default export for named lru export
  • Generating new .d.ts types file from npm run types script
  • Adding .npmignore file
  • Removing outdated/unused files

@avoidwork avoidwork self-assigned this Sep 21, 2022

return new LRU(max, ttl);
export function lru (max = 1000, ttl = 0) {
Copy link
Owner Author

Choose a reason for hiding this comment

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

The only real change to the class & export happens here.

@avoidwork avoidwork merged commit 1128587 into master Sep 21, 2022
@avoidwork avoidwork deleted the update branch September 21, 2022 02:23
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

1 participant