2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-11 18:02:26 +03:00

chore: add descriptions for all package.json files

This commit is contained in:
Nikolay Kostyurin
2019-03-06 00:03:51 +02:00
parent 8b0ceae591
commit 6e0f5bdf92
6 changed files with 15 additions and 13 deletions
+8 -6
View File
@@ -1,21 +1,23 @@
{
"name": "@bbob/react",
"version": "2.3.1",
"description": "",
"description": "React renderer for @bbob bbcode parser",
"keywords": [
"bbob",
"react",
"helper"
"bbcode",
"render",
"bbob",
"parser"
],
"dependencies": {
"@bbob/core": "^2.3.1",
"@bbob/html": "^2.3.1",
"@bbob/plugin-helper": "^2.3.1",
"@bbob/preset-react": "^2.3.1",
"prop-types": "^15.6.1"
"@bbob/preset-react": "^2.3.1"
},
"peerDependencies": {
"react": "15.x"
"react": "15.x",
"prop-types": "15.x"
},
"devDependencies": {
"enzyme": "^3.4.0",