Skip to content

Commit

Permalink
Merge branch 'dev' @7147784 into feat/ciatph-66
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Aug 23, 2024
2 parents c820f24 + 7147784 commit a89bcf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/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 app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ph-municipalities",
"version": "1.0.11",
"version": "1.0.13",
"description": "List and write the `municipalities` of Philippines provinces or regions into JSON files",
"main": "index.js",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion app/src/classes/excel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ExcelFile {
* @returns {Bool} true | false
*/
followsStringPattern (str) {
return /[a-zA-z] *\([^)]*\) */.test(str)
return /[a-zA-Z,.] *\([^)]*\) */.test(str)
}

/**
Expand Down

0 comments on commit a89bcf4

Please sign in to comment.