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:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user