@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 0.0.24 to 0.0.25
@@ -0,1 +1,9 @@ | ||
## <small>0.0.25 (2018-06-13)</small> | ||
* 0.0.25 ([66edc52](https://github.com/wessberg/rollup-plugin-ts/commit/66edc52)) | ||
* Bumped version ([b6f1ad2](https://github.com/wessberg/rollup-plugin-ts/commit/b6f1ad2)) | ||
* Changed a babel config to work around a Babel regression ([3e838d3](https://github.com/wessberg/rollup-plugin-ts/commit/3e838d3)) | ||
## <small>0.0.24 (2018-06-13)</small> | ||
@@ -2,0 +10,0 @@ |
@@ -194,3 +194,3 @@ "use strict"; | ||
debug: false, | ||
ignoreBrowserslistConfig: true, | ||
ignoreBrowserslistConfig: false, | ||
shippedProposals: true, | ||
@@ -197,0 +197,0 @@ targets: { |
@@ -184,3 +184,3 @@ import chalk from "chalk"; | ||
debug: false, | ||
ignoreBrowserslistConfig: true, | ||
ignoreBrowserslistConfig: false, | ||
shippedProposals: true, | ||
@@ -187,0 +187,0 @@ targets: { |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"description": "A Rollup plugin for Typescript", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
167878