feat:增量代码插桩增加,优化插桩代码
Showing
{ | { | ||
"name": "babel-plugin-ry-istanbul-web", | "name": "babel-plugin-ry-istanbul-web", | ||
"version": "0.0.6", | "version": "0.0.9", | ||
"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", | ||
... | @@ -54,6 +54,9 @@ | ... | @@ -54,6 +54,9 @@ |
"standard": "^14.3.1", | "standard": "^14.3.1", | ||
"standard-version": "^3.0.0" | "standard-version": "^3.0.0" | ||
}, | }, | ||
"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", | ||
... | ... |
Please
register
or
sign in
to comment