@istanbuljs/nyc-config-babel
Advanced tools
Comparing version 1.2.2 to 1.2.3
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-babel@1.2.2...@istanbuljs/nyc-config-babel@1.2.3) (2018-02-13) | ||
**Note:** Version bump only for package @istanbuljs/nyc-config-babel | ||
<a name="1.2.2"></a> | ||
@@ -7,0 +15,0 @@ ## [1.2.2](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-babel@1.2.1...@istanbuljs/nyc-config-babel@1.2.2) (2017-05-27) |
{ | ||
"name": "@istanbuljs/nyc-config-babel", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "nyc configuration that works with babel-plugin-istanbul", | ||
@@ -5,0 +5,0 @@ "main": "index.json", |
@@ -17,3 +17,3 @@ # nyc-config-babel | ||
{ | ||
"presets": ["es2015", "..., etc."], | ||
"presets": ["env", "..., etc."], | ||
"plugins": ["istanbul"] | ||
@@ -20,0 +20,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2805