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