2 Commits

Author SHA1 Message Date
b2de8df538 0.1.7 2023-05-06 15:21:35 -07:00
25ae8b0bcb remove console.log 2023-05-06 15:21:31 -07:00
3 changed files with 3 additions and 5 deletions

4
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"@types/qrcode": "^1.5.0",
"typescript": "^5.0.4"
},
"version": "0.1.6"
"version": "0.1.7"
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
@@ -3483,5 +3483,5 @@
}
}
},
"version": "0.1.6"
"version": "0.1.7"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@doc-utils/markdown2html",
"version": "0.1.6",
"version": "0.1.7",
"publishConfig": {
"registry": "https://gitea.home.jbrumond.me/api/packages/doc-utils/npm/"
},

View File

@@ -88,7 +88,5 @@ export function parse_attributes(text: string, fallback_id?: Lazy<string>) {
}
}
console.log(attrs);
return attrs;
}