2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-20 20:00:33 +03:00
This commit is contained in:
Nikolay Kostyurin
2018-10-12 00:45:25 +02:00
parent 575c1bb932
commit 6d37793001
14 changed files with 146 additions and 17 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@bbob/preset-react",
"version": "2.0.3",
"version": "2.2.0",
"description": "React preset to transform BBCode to React Components",
"keywords": [
"bbcode",
@@ -10,10 +10,10 @@
"transform"
],
"dependencies": {
"@bbob/preset-html5": "^2.1.2"
"@bbob/preset-html5": "^2.2.0"
},
"devDependencies": {
"@bbob/core": "^2.1.0"
"@bbob/core": "^2.2.0"
},
"main": "lib/index.js",
"module": "es/index.js",