Skip to content

Commit

Permalink
fix: do not store value into attrObj if empty quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
edrichhans committed Apr 1, 2024
1 parent 8811bc4 commit 9faad8f
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 186 deletions.
2 changes: 1 addition & 1 deletion data/sources/gitStats.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const gitStats = {
"commitTotal": "8392"
"commitTotal": "8396"
}
2 changes: 1 addition & 1 deletion data/sources/interdeps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ export const interdeps = [
},
{
"name": "string-strip-html",
"size": 20640,
"size": 20658,
"imports": [
"codsen-utils",
"ranges-apply",
Expand Down

0 comments on commit 9faad8f

Please sign in to comment.