Skip to content

Commit

Permalink
🐛 add some references
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfram77 committed Jul 22, 2024
1 parent a6310de commit 5c64090
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-22 Subhajit Sahu
Copyright (c) 2018-24 Subhajit Sahu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ string.tverskyDistance('pikachu', 'raichu', 3, 0.2, 0.4);
- [Lodash documentation](https://lodash.com/docs/4.17.15)
- [natural package by Chris Umbel and contributors](https://www.npmjs.com/package/natural)
- [esrever package by Mathias Bynens and contributors](https://www.npmjs.com/package/esrever)
- [js-string-compression package by Chen Caishun](https://github.com/cschen1205/js-string-compression)
- [@stdlib/string-base-trim package by @stdlib-js](https://github.com/stdlib-js/string-base-trim)
- [How do you reverse a string in-place in JavaScript?](https://stackoverflow.com/a/959004/1413259)

<br>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extra-string",
"version": "2.1.8",
"version": "2.1.9",
"description": "A collection of common string functions.",
"main": "index.js",
"module": "index.mjs",
Expand Down

0 comments on commit 5c64090

Please sign in to comment.