mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
chore: update descriptions of vue2, react and html bbob packages (#118)
This commit is contained in:
committed by
GitHub
parent
5b1e95f326
commit
dad1b6e08b
@@ -1,8 +1,13 @@
|
||||
{
|
||||
"name": "@bbob/html",
|
||||
"version": "2.7.0",
|
||||
"description": "HTML renderer for @bbob bbcode parser",
|
||||
"keywords": [],
|
||||
"description": "A BBCode to HTML Renderer part of @bbob",
|
||||
"keywords": [
|
||||
"html",
|
||||
"bbcode",
|
||||
"parser",
|
||||
"bbob"
|
||||
],
|
||||
"dependencies": {
|
||||
"@bbob/core": "^2.7.0",
|
||||
"@bbob/plugin-helper": "^2.7.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bbob/parser",
|
||||
"version": "2.7.0",
|
||||
"description": "Just parses BBcode to AST array. Part of @bbob bbcode-parser",
|
||||
"description": "A BBCode to AST Parser part of @bbob",
|
||||
"keywords": [
|
||||
"bbcode",
|
||||
"parser",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bbob/react",
|
||||
"version": "2.7.0",
|
||||
"description": "Render BBCode to React using @bbob/parser",
|
||||
"description": "A BBCode to React Renderer part of @bbob",
|
||||
"keywords": [
|
||||
"react",
|
||||
"bbcode",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@bbob/vue2",
|
||||
"version": "2.7.0",
|
||||
"description": "Render BBCode to Vue using @bbob/parser",
|
||||
"description": "A BBCode to Vue2 Renderer part of @bbob",
|
||||
"keywords": [
|
||||
"vue",
|
||||
"bbcode",
|
||||
|
||||
Reference in New Issue
Block a user