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

chore(core): remove peer deps

This commit is contained in:
Nikolay Kostyurin
2019-03-10 00:32:32 +02:00
parent 6e0f5bdf92
commit 8507557f25
-6
View File
@@ -21,12 +21,6 @@
"dependencies": {
"@bbob/parser": "^2.3.1"
},
"peerDependencies": {
"@bbob/html": "^1.x",
"@bbob/preset-html5": "^1.x",
"@bbob/preset-react": "^1.x",
"@bbob/react": "^1.x"
},
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",