2
0
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:
Nikolay Kostyurin
2021-10-11 02:22:04 +02:00
committed by GitHub
parent 5b1e95f326
commit dad1b6e08b
4 changed files with 10 additions and 5 deletions
+7 -2
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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",