fix(v2): add missing dependency and Noop component (#2386)

* fix(v2): add missing prismjs dependency

* fix(v2): proper import Noop component
This commit is contained in:
Alexey Pyltsyn 2020-03-09 01:35:56 +03:00 committed by GitHub
parent e3cac77934
commit 1ed698d1fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"infima": "0.2.0-alpha.5",
"prismjs": "^1.17.1",
"parse-numeric-range": "^0.0.2",
"prism-react-renderer": "^1.0.2",
"react-router-dom": "^5.1.2",

View file

@ -5,4 +5,4 @@
* LICENSE file in the root directory of this source tree.
*/
export {default} from '@docusaurus/noop';
export {default} from '@docusaurus/Noop';