@istanbuljs/nyc-config-typescript
Advanced tools
Comparing version 0.1.3 to 1.0.0-alpha.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.0.0-alpha.0](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-typescript@0.1.3...@istanbuljs/nyc-config-typescript@1.0.0-alpha.0) (2019-06-19) | ||
### Features | ||
* Update dependencies, require Node.js 8 ([#401](https://github.com/istanbuljs/istanbuljs/issues/401)) ([bf3a539](https://github.com/istanbuljs/istanbuljs/commit/bf3a539)) | ||
### BREAKING CHANGES | ||
* Node.js 8 is now required | ||
## [0.1.3](https://github.com/istanbuljs/istanbuljs/compare/@istanbuljs/nyc-config-typescript@0.1.2...@istanbuljs/nyc-config-typescript@0.1.3) (2019-05-02) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@istanbuljs/nyc-config-typescript", | ||
"version": "0.1.3", | ||
"version": "1.0.0-alpha.0", | ||
"description": "nyc configuration that works with typescript", | ||
@@ -33,3 +33,3 @@ "main": "index.json", | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=8" | ||
}, | ||
@@ -40,3 +40,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "679fc641b691442c4e9274e07809fef35272161d" | ||
"gitHead": "2e885073a9398806c9b8763dd39418398182ca34" | ||
} |
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
4290