mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-14 18:42:24 +03:00
chore(core): add peer deps
This commit is contained in:
@@ -10,7 +10,8 @@
|
|||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/parser": "^1.1.0",
|
"@bbob/core": "^1.x",
|
||||||
|
"@bbob/preset-html5": "^1.x",
|
||||||
"commander": "^2.15.1"
|
"commander": "^2.15.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
@@ -8,8 +8,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@bbob/html": "^1.0.7",
|
"@bbob/html": "^1.0.7",
|
||||||
"@bbob/parser": "^1.1.0",
|
"@bbob/parser": "^1.1.0"
|
||||||
"@bbob/preset-html5": "^1.0.6"
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@bbob/preset-html5": "^1.x"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user