storm-equal-height
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -76,3 +76,3 @@ /*global require*/ | ||
.pipe(babel({ | ||
presets: ['es2015'] | ||
presets: ['env'] | ||
})) | ||
@@ -100,3 +100,3 @@ .pipe(wrap({ | ||
.pipe(babel({ | ||
presets: ['es2015'] | ||
presets: ['env'] | ||
})) | ||
@@ -132,3 +132,3 @@ .pipe(wrap({ | ||
}) | ||
.transform(babelify, {presets: ['es2015']}) | ||
.transform(babelify, {presets: ['env']}) | ||
.bundle() | ||
@@ -135,0 +135,0 @@ .pipe(source('app.js')) |
{ | ||
"name": "storm-equal-height", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Layout helper to equalise the height of a set of DOM elements", | ||
@@ -35,3 +35,3 @@ "author": "mjbp", | ||
"presets": [ | ||
"es2015" | ||
"env" | ||
] | ||
@@ -46,3 +46,3 @@ } | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babel-preset-env": "^1.6.0", | ||
"babelify": "^7.3.0", | ||
@@ -49,0 +49,0 @@ "browser-sync": "^2.17.5", |
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
60949