h5:update package.json and relative path

This commit is contained in:
pengfei.zhou 2019-12-22 00:37:43 +08:00
parent 8c1354839c
commit 8490d067f2
5 changed files with 8 additions and 8 deletions

View File

@ -4319,7 +4319,7 @@ return __module.exports;
break; break;
case 'isBlur': case 'isBlur':
if (prop) { if (prop) {
v.style.filter = 'blur(10px)'; v.style.filter = 'blur(8px)';
} }
else { else {
v.style.filter = ''; v.style.filter = '';

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@
continue.</strong> continue.</strong>
</noscript> </noscript>
<div id="app"> <div id="app">
<doric-div src="./dist/Counter.js" alias="test"> <doric-div src="../doric-demo/bundle/src/Counter.js" alias="test">
</doric-div> </doric-div>
</div> </div>
<script type="text/javascript" src="./dist/index.js"></script> <script type="text/javascript" src="./dist/index.js"></script>

View File

@ -40,15 +40,15 @@
} }
}, },
"doric": { "doric": {
"version": "file:../doric/doric-js", "version": "file:../doric-js",
"requires": { "requires": {
"@rollup/plugin-node-resolve": "^6.0.0",
"@types/ws": "^6.0.4", "@types/ws": "^6.0.4",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"rollup": "^1.27.12", "rollup": "^1.27.13",
"rollup-plugin-node-resolve": "^5.2.0",
"tslib": "^1.10.0", "tslib": "^1.10.0",
"typescript": "^3.7.3", "typescript": "^3.7.3",
"ws": "^7.2.0" "ws": "^7.2.1"
} }
}, },
"estree-walker": { "estree-walker": {

View File

@ -19,7 +19,7 @@
"homepage": "https://github.com/doric-pub/doric-h5#readme", "homepage": "https://github.com/doric-pub/doric-h5#readme",
"dependencies": { "dependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",
"doric": "file:../doric/doric-js", "doric": "file:../doric-js",
"rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0", "rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-node-resolve": "^5.2.0",