feat: 增加IS_HTML_CSS参数,是否能查看vue文件的html结构
Showing
| { | ||
| "name": "babel-plugin-istanbul-ry", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "author": "Thai Pangsakulyanont @dtinth", | ||
| "license": "BSD-3-Clause", | ||
| "description": "A babel plugin that adds istanbul instrumentation to ES6 code", | ||
| ... | ... | @@ -21,7 +21,7 @@ |
| "cross-env": "^7.0.3", | ||
| "istanbul-lib-coverage": "^1.0.0", | ||
| "onchange": "^7.1.0", | ||
| "ry-istanbul-web": "^0.0.1", | ||
| "ry-istanbul-web": "^0.0.4", | ||
| "semver": "^6.3.0", | ||
| "test-exclude": "^6.0.0" | ||
| }, | ||
| ... | ... | @@ -54,9 +54,7 @@ |
| "standard": "^14.3.1", | ||
| "standard-version": "^3.0.0" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| }, | ||
| "peerDependenciesMeta": {}, | ||
| "scripts": { | ||
| "coverage": "nyc report --reporter=text-lcov | coveralls", | ||
| "release": "babel src --out-dir lib", | ||
| ... | ... |
Please
register
or
sign in
to comment