@ta-interaktiv/babel-preset-react-component
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -0,1 +1,9 @@ | ||
<a name="0.1.5"></a> | ||
## [0.1.5](https://gitlab.com/ta-interaktiv/modules/babel-preset-react-component/compare/v0.1.4...v0.1.5) (2018-02-14) | ||
### Features | ||
* add transform-object-rest-spread ([55bc8b3](https://gitlab.com/ta-interaktiv/modules/babel-preset-react-component/commit/55bc8b3)) | ||
<a name="0.1.4"></a> | ||
@@ -2,0 +10,0 @@ |
@@ -5,3 +5,3 @@ // Define in what environment we are | ||
var presets = [require('babel-preset-react')] | ||
var plugins = [require('babel-plugin-transform-class-properties')] | ||
var plugins = [require('babel-plugin-transform-class-properties'), require('babel-plugin-transform-object-rest-spread')] | ||
@@ -8,0 +8,0 @@ if (env === 'test') { |
{ | ||
"name": "@ta-interaktiv/babel-preset-react-component", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Babel preset for developing reusable React components.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
112569