2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00

chore(*): add deps used for tests

This commit is contained in:
Nikolay Kostyurin
2018-07-30 22:53:20 +02:00
parent ee047e829b
commit 04398835e7
4 changed files with 10 additions and 1 deletions
+6
View File
@@ -6818,6 +6818,12 @@
"integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
"dev": true
},
"posthtml-render": {
"version": "1.1.4",
"resolved": "https://npm.wsmgroup.ru/posthtml-render/-/posthtml-render-1.1.4.tgz",
"integrity": "sha512-jL6eFIzoN3xUEvbo33OAkSDE2VIKU4JQ1wENOows1DpfnrdapR/K3Q1/fB43Mq7wQlcSgRm23nFrvoioufM7eA==",
"dev": true
},
"prebuild-install": {
"version": "2.5.3",
"resolved": "https://npm.wsmgroup.ru/prebuild-install/-/prebuild-install-2.5.3.tgz",
+1
View File
@@ -22,6 +22,7 @@
"jsdoc-to-markdown": "^4.0.1",
"lerna": "^2.11.0",
"microtime": "^2.1.8",
"posthtml-render": "^1.1.4",
"rollup": "^0.62.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
+1 -1
View File
@@ -1,2 +1,2 @@
# bbob-html
Converts bbob-parser AST tree to html
> Converts bbob-parser AST tree to html
+2
View File
@@ -1,3 +1,5 @@
# @bbob/react
```jsx