Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Engelbert Niehaus committed Oct 16, 2020
1 parent add3051 commit 7d8b65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "closingbracket",
"version": "1.0.7",
"version": "1.0.8",
"description": "Find in a string a closing bracket for an opening bracket. The search function will start from a specific start index in the string, identifies the start index of the next corresponding opening bracket and finds the corresponding closing bracket provided as parameter. The search function return a object withe the start index, the index of opening bracket and the index of the closing bracket. ",
"exportvar": "BracketHandler",
"main": "src/main.js",
Expand Down

0 comments on commit 7d8b65a

Please sign in to comment.