@tunnckocore/create-jest-runner
Advanced tools
Comparing version 1.0.6 to 1.1.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.1.0](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/create-jest-runner@1.0.6...@tunnckocore/create-jest-runner@1.1.0) (2019-11-21) | ||
### Bug Fixes | ||
* remove `typings` field (causing issues like [#87](https://github.com/tunnckoCore/opensource/issues/87)) ([b154240](https://github.com/tunnckoCore/opensource/commit/b154240e8bab1daa63d873909735d2c59bdf25cc)) | ||
### Features | ||
* eslint lint updates; use typescript parser for js files ([36e29cf](https://github.com/tunnckoCore/opensource/commit/36e29cf7510ef15da4c532f9dc2b81cd275218c3)) | ||
## [1.0.6](https://github.com/tunnckoCore/opensource/compare/@tunnckocore/create-jest-runner@1.0.5...@tunnckocore/create-jest-runner@1.0.6) (2019-11-20) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@tunnckocore/create-jest-runner", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"description": "Fork of the original create-jest-runner, with support for couple of things, see issues there", | ||
@@ -18,3 +18,2 @@ "repository": { | ||
"module": "src/index.js", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -98,3 +97,3 @@ "src" | ||
}, | ||
"gitHead": "e2998fc5eaa9cf21fd37be6d5a891802b0efb935" | ||
"gitHead": "d831ea14f18cccd59015e7aad64388e13ffb88de" | ||
} |
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
32313