mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-05 16:42:27 +03:00
fix(204): parse blanks and quotes in unique attribute tags (#281)
* feat: add test * chore: update README.md [skip ci] * feat(285): add width and height and alt for img tag (#286) feat: add width and height and alt for img tag * chore: fast-peas-brush.md * chore: working * chore: lexer tests * fix: single atttr tag * fix: single atttr tag
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"types": "nx run-many --target=types",
|
||||
"release": "npm run build && npm run types && changeset publish",
|
||||
"lint": "nx run-many --target=lint",
|
||||
"cleanup": "node scripts/cleanup"
|
||||
"cleanup": "node scripts/cleanup",
|
||||
"changeset": "npx changeset"
|
||||
},
|
||||
"author": {
|
||||
"name": "Nikolay Kostyurin <jilizart@gmail.com>"
|
||||
|
||||
Reference in New Issue
Block a user