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

chore(core): add peer deps

This commit is contained in:
Nikolay Kostyurin
2018-08-09 02:45:43 +02:00
parent 1a84968ea2
commit 0e424476f6
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
"lib": "lib"
},
"dependencies": {
"@bbob/parser": "^1.1.0",
"@bbob/core": "^1.x",
"@bbob/preset-html5": "^1.x",
"commander": "^2.15.1"
},
"repository": {
+4 -2
View File
@@ -8,8 +8,10 @@
},
"dependencies": {
"@bbob/html": "^1.0.7",
"@bbob/parser": "^1.1.0",
"@bbob/preset-html5": "^1.0.6"
"@bbob/parser": "^1.1.0"
},
"peerDependencies": {
"@bbob/preset-html5": "^1.x"
},
"repository": {
"type": "git",