fix(v2): fix wrong dependency problem (#1460)

This commit is contained in:
Endi 2019-05-15 20:54:41 +07:00 committed by GitHub
parent 8055d59131
commit 4a30bf8947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 11 additions and 17 deletions

View file

@ -8,7 +8,6 @@
},
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@docusaurus/mdx-loader": "^2.0.0-alpha.14",
"@docusaurus/utils": "^2.0.0-alpha.14",
"fs-extra": "^7.0.1",
@ -17,7 +16,7 @@
"loader-utils": "^1.2.3"
},
"peerDependencies": {
"@docusaurus/core": "^2.0.0",
"@docusaurus/core": "^2.0.0-alpha.14",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-config": "^5.0.0"

View file

@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/
import '@babel/polyfill';
import path from 'path';
import processMetadata from '../metadata';