inline-style-prefixer
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -5,2 +5,5 @@ # Changelog | ||
### 5.0.3 | ||
* fix generator output path for plugins ( [#167](https://github.com/rofrischmann/inline-style-prefixer/pull/167) ) | ||
### 5.0.2 | ||
@@ -7,0 +10,0 @@ * expanding flexbox shorthands for IE10 ( [#166](https://github.com/rofrischmann/inline-style-prefixer/issues/166) ) |
@@ -8,5 +8,5 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
if (compatibility) { | ||
return 'var ' + plugin + ' = require(\'inline-style-prefixer/plugins/' + plugin + '\')'; | ||
return 'var ' + plugin + ' = require(\'inline-style-prefixer/lib/plugins/' + plugin + '\')'; | ||
} | ||
return 'import ' + plugin + ' from \'inline-style-prefixer/plugins/' + plugin + '\''; | ||
return 'import ' + plugin + ' from \'inline-style-prefixer/lib/plugins/' + plugin + '\''; | ||
} | ||
@@ -13,0 +13,0 @@ |
@@ -23,5 +23,5 @@ 'use strict'; | ||
if (compatibility) { | ||
return 'var ' + plugin + ' = require(\'inline-style-prefixer/plugins/' + plugin + '\')'; | ||
return 'var ' + plugin + ' = require(\'inline-style-prefixer/lib/plugins/' + plugin + '\')'; | ||
} | ||
return 'import ' + plugin + ' from \'inline-style-prefixer/plugins/' + plugin + '\''; | ||
return 'import ' + plugin + ' from \'inline-style-prefixer/lib/plugins/' + plugin + '\''; | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "inline-style-prefixer", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Run-time Autoprefixer for JavaScript style objects", | ||
@@ -80,2 +80,2 @@ "module": "es/index.js", | ||
} | ||
} | ||
} |
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
73946