fix: fes-template dependencies packages path error

affects: @webank/fes-template
This commit is contained in:
bac-joker 2020-09-19 19:10:52 +08:00 committed by harrywan
parent f5648268ff
commit 6b8d8726cc

View File

@ -29,11 +29,11 @@
"author": "harrywan qlin", "author": "harrywan qlin",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"^@webank/eslint-config-webank": "^0.1.4", "@webank/eslint-config-webank": "^0.1.4",
"^csp-html-webpack-plugin": "^4.0.0" "csp-html-webpack-plugin": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"^@webank/fes-core": "^0.1.4", "@webank/fes-core": "^0.1.4",
"^@webank/fes-ui": "^0.1.3" "@webank/fes-ui": "^0.1.3"
} }
} }