mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +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",
|
"name": "@bbob/html",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"description": "HTML renderer for @bbob bbcode parser",
|
"description": "A BBCode to HTML Renderer part of @bbob",
|
||||||
"keywords": [],
|
"keywords": [
|
||||||
|
"html",
|
||||||
|
"bbcode",
|
||||||
|
"parser",
|
||||||
|
"bbob"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/core": "^2.7.0",
|
"@bbob/core": "^2.7.0",
|
||||||
"@bbob/plugin-helper": "^2.7.0"
|
"@bbob/plugin-helper": "^2.7.0"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@bbob/parser",
|
"name": "@bbob/parser",
|
||||||
"version": "2.7.0",
|
"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": [
|
"keywords": [
|
||||||
"bbcode",
|
"bbcode",
|
||||||
"parser",
|
"parser",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@bbob/react",
|
"name": "@bbob/react",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"description": "Render BBCode to React using @bbob/parser",
|
"description": "A BBCode to React Renderer part of @bbob",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"react",
|
"react",
|
||||||
"bbcode",
|
"bbcode",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@bbob/vue2",
|
"name": "@bbob/vue2",
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"description": "Render BBCode to Vue using @bbob/parser",
|
"description": "A BBCode to Vue2 Renderer part of @bbob",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"vue",
|
"vue",
|
||||||
"bbcode",
|
"bbcode",
|
||||||
|
|||||||
Reference in New Issue
Block a user