Merge branch '0.0.9' into 'master'
feat:增量代码插桩增加,优化插桩代码
See merge request !9
Showing
{ | ||
"name": "babel-plugin-ry-istanbul-web", | ||
"version": "0.0.6", | ||
"version": "0.0.9", | ||
"author": "Thai Pangsakulyanont @dtinth", | ||
"license": "BSD-3-Clause", | ||
"description": "A babel plugin that adds istanbul instrumentation to ES6 code", | ||
... | ... | @@ -54,6 +54,9 @@ |
"standard": "^14.3.1", | ||
"standard-version": "^3.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
}, | ||
"scripts": { | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"release": "babel src --out-dir lib", | ||
... | ... |
Please
register
or
sign in
to comment